GSimpleAction: fix typo

This commit is contained in:
Claudio Saavedra 2011-06-24 16:04:54 +03:00
parent cacbdf0ea8
commit 3cbd5565ae

View File

@ -35,7 +35,7 @@ G_DEFINE_TYPE_WITH_CODE (GSimpleAction, g_simple_action, G_TYPE_OBJECT,
* @title: GSimpleAction
* @short_description: A simple GSimpleAction
*
* A #GSimpleAction is the obvious simple implementation of the #GSimpleAction
* A #GSimpleAction is the obvious simple implementation of the #GAction
* interface. This is the easiest way to create an action for purposes of
* adding it to a #GSimpleActionGroup.
*