mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Fix a typo
It is 'entries', not 'entires'.
This commit is contained in:
@@ -647,7 +647,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)
|
||||
{
|
||||
@@ -913,7 +913,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