Skip to content

Commit

Permalink
iBar typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thewaiter committed Nov 9, 2024
1 parent 2ab5841 commit 9310df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/ibar/e_mod_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9310df3

Please sign in to comment.