[glib] GSimpleAction: fix typo



commit 3cbd5565ae32515e59e129e835b79b211b51d5d4
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Fri Jun 24 16:04:54 2011 +0300

    GSimpleAction: fix typo

 gio/gsimpleaction.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gsimpleaction.c b/gio/gsimpleaction.c
index 2b06f2d..c327f37 100644
--- a/gio/gsimpleaction.c
+++ b/gio/gsimpleaction.c
@@ -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.
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]