GMenu docs: Tiny grammar fix

This commit is contained in:
Murray Cumming 2013-10-11 10:25:24 +02:00
parent 3cbfe2b535
commit 22fe579d37

View File

@ -5614,8 +5614,8 @@ gtk_menu_get_reserve_toggle_size (GtkMenu *menu)
* by means of being attached to a widget (see gtk_menu_attach_to_widget())
* that is contained within the #GtkApplicationWindows widget hierarchy.
*
* Actions can also be added using gtk_widget_insert_action_group() on menu's
* attach widget or any if its parent widgets.
* Actions can also be added using gtk_widget_insert_action_group() on the menu's
* attach widget or on any of its parent widgets.
*
* Returns: a new #GtkMenu
*