gmenuexporter: fix typo in docstring

https://bugzilla.gnome.org/show_bug.cgi?id=692928
This commit is contained in:
Lars Uebernickel 2013-01-31 11:03:14 +01:00 committed by Matthias Clasen
parent f802f467a5
commit aeafab17c7

View 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).
*