diff options
author | Ted Gould <ted@gould.cx> | 2011-02-21 10:04:44 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-21 10:04:44 -0600 |
commit | d436a1866030bc9720c49c696753afd65b08bf12 (patch) | |
tree | 0b1813c52c6664412ea1f5b8acc90deac485929b /libdbusmenu-gtk | |
parent | f7c526d16a75a6f2dd606cb80093ac2b54f537cb (diff) | |
download | libdbusmenu-d436a1866030bc9720c49c696753afd65b08bf12.tar.gz libdbusmenu-d436a1866030bc9720c49c696753afd65b08bf12.tar.bz2 libdbusmenu-d436a1866030bc9720c49c696753afd65b08bf12.zip |
Typo in reference
Diffstat (limited to 'libdbusmenu-gtk')
-rw-r--r-- | libdbusmenu-gtk/menuitem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-gtk/menuitem.c b/libdbusmenu-gtk/menuitem.c index 4e92961..508b43f 100644 --- a/libdbusmenu-gtk/menuitem.c +++ b/libdbusmenu-gtk/menuitem.c @@ -78,7 +78,7 @@ dbusmenu_menuitem_property_set_image (DbusmenuMenuitem * menuitem, const gchar * /** * dbusmenu_menuitem_property_get_image: - * @menuitem: The #DbusmenuMenuite to look for the property on + * @menuitem: The #DbusmenuMenuitem to look for the property on * @property: The name of the property to look for. * * This function looks on the menu item for a property by the |