From 0a580fc79e701363b12de2398e5c7428fe8af739 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 14 Mar 2016 12:57:20 +0000 Subject: [PATCH] gio: Fix minor typo in GActionGroup documentation --- gio/gactiongroup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gactiongroup.c b/gio/gactiongroup.c index 1df6879dc..425a20a03 100644 --- a/gio/gactiongroup.c +++ b/gio/gactiongroup.c @@ -343,7 +343,7 @@ g_action_group_default_init (GActionGroupInterface *iface) * it is no longer required. * * Returns: (transfer full): a %NULL-terminated array of the names of the - * actions in the groupb + * actions in the group * * Since: 2.28 **/