GSimpleAction: fix typo
authorClaudio Saavedra <csaavedra@igalia.com>
Fri, 24 Jun 2011 13:04:54 +0000 (16:04 +0300)
committerClaudio Saavedra <csaavedra@igalia.com>
Fri, 24 Jun 2011 13:04:54 +0000 (16:04 +0300)
gio/gsimpleaction.c

index 2b06f2d..c327f37 100644 (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.
  *