mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 19:22:11 +01:00
Fix a typo
It is 'entries', not 'entires'.
This commit is contained in:
parent
3e706ef88b
commit
c5dabac47a
@ -647,7 +647,7 @@ group_has_visible_entries (GOptionContext *context,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
group_list_has_visible_entires (GOptionContext *context,
|
group_list_has_visible_entries (GOptionContext *context,
|
||||||
GList *group_list,
|
GList *group_list,
|
||||||
gboolean main_entries)
|
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 */
|
/* Print application options if --help or --help-all has been specified */
|
||||||
if ((main_help || !group) &&
|
if ((main_help || !group) &&
|
||||||
(group_has_visible_entries (context, context->main_group, TRUE) ||
|
(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;
|
list = context->groups;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user