gmenuexporter: fix typo in docstring
authorLars Uebernickel <lars.uebernickel@canonical.com>
Thu, 31 Jan 2013 10:03:14 +0000 (11:03 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 3 Feb 2013 14:59:07 +0000 (09:59 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=692928

gio/gmenuexporter.c

index be9bced..0f405ee 100644 (file)
@@ -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).
  *