From 9310df3572515c89d206e5bd893fed93bf465663 Mon Sep 17 00:00:00 2001 From: thewaiter Date: Sat, 9 Nov 2024 12:59:42 +0100 Subject: [PATCH] iBar typo fix --- src/modules/ibar/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/ibar/e_mod_main.c b/src/modules/ibar/e_mod_main.c index df6d93369..768d94572 100644 --- a/src/modules/ibar/e_mod_main.c +++ b/src/modules/ibar/e_mod_main.c @@ -2167,7 +2167,7 @@ _ibar_manager_find(E_Manager *man) Eina_List *l; if (!z) return NULL; - // find iubar on current zone + // find ibar on current zone EINA_LIST_FOREACH(ibars, l, b) { if ((!b->inst) || (!b->inst->gcc) || (!b->inst->gcc->gadcon)) continue;