From aeafab17c72ae19e77c2711183ace8a022e773aa Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Thu, 31 Jan 2013 11:03:14 +0100 Subject: [PATCH] gmenuexporter: fix typo in docstring https://bugzilla.gnome.org/show_bug.cgi?id=692928 --- gio/gmenuexporter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gmenuexporter.c b/gio/gmenuexporter.c index be9bced6e..0f405eec5 100644 --- a/gio/gmenuexporter.c +++ b/gio/gmenuexporter.c @@ -744,7 +744,7 @@ g_menu_exporter_method_call (GDBusConnection *connection, * The implemented D-Bus API should be considered private. * It is subject to change in the future. * - * An object path can only have one action group exported on it. If this + * An object path can only have one menu model exported on it. If this * constraint is violated, the export will fail and 0 will be * returned (with @error set accordingly). *