From bbae5fe94193104ea24124e284bc3cccf9bdcb73 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Mon, 12 Dec 2011 13:13:42 -0500 Subject: [PATCH] GMenuMarkup parser: small typo fix in docs --- gio/gmenumarkup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gmenumarkup.c b/gio/gmenumarkup.c index 708c38af7..bde3989f4 100644 --- a/gio/gmenumarkup.c +++ b/gio/gmenumarkup.c @@ -488,7 +488,7 @@ g_menu_markup_parser_end (GMarkupParseContext *context) * those with an * id='' attribute) that are encountered while parsing * will be added to this table. * - * If @object is %NULL then named menus will not be supported. + * If @objects is %NULL then named menus will not be supported. * * You should call g_menu_markup_parser_end_menu() from the * corresponding end_element function in order to collect the newly