summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Geiger <sbastig@gmx.net>2016-02-26 16:46:24 +0100
committerSebastian Geiger <sbastig@gmx.net>2016-02-26 16:48:33 +0100
commite356855ae5d1284090e9b0b2e66fff4513744fdf (patch)
tree730f43ae762e2ebcf3e3f3bab8908865120843a0
parentbc5b7332b7508c4ea58d558f06444b9870a2fdd7 (diff)
downloadglib-wip/gaction.tar.gz
gio: fix documentation of GActionwip/gaction
-rw-r--r--gio/gaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gaction.c b/gio/gaction.c
index a280256f3..75755a947 100644
--- a/gio/gaction.c
+++ b/gio/gaction.c
@@ -54,7 +54,7 @@ G_DEFINE_INTERFACE (GAction, g_action, G_TYPE_OBJECT)
* In all cases, the implementing class is responsible for storing the
* name of the action, the parameter type, the enabled state, the
* optional state type and the state and emitting the appropriate
- * signals when these change. The implementor responsible for filtering
+ * signals when these change. The implementor is responsible for filtering
* calls to g_action_activate() and g_action_change_state() for type
* safety and for the state being enabled.
*