mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-01 00:42:16 +01:00
Fix a typo
It is 'entries', not 'entires'.
This commit is contained in:
@@ -648,7 +648,7 @@ group_has_visible_entries (GOptionContext *context,
|
||||
}
|
||||
|
||||
static gboolean
|
||||
group_list_has_visible_entires (GOptionContext *context,
|
||||
group_list_has_visible_entries (GOptionContext *context,
|
||||
GList *group_list,
|
||||
gboolean main_entries)
|
||||
{
|
||||
@@ -914,7 +914,7 @@ g_option_context_get_help (GOptionContext *context,
|
||||
/* Print application options if --help or --help-all has been specified */
|
||||
if ((main_help || !group) &&
|
||||
(group_has_visible_entries (context, context->main_group, TRUE) ||
|
||||
group_list_has_visible_entires (context, context->groups, TRUE)))
|
||||
group_list_has_visible_entries (context, context->groups, TRUE)))
|
||||
{
|
||||
list = context->groups;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user