diff options
author | David King <amigadave@amigadave.com> | 2012-02-19 16:13:59 +0000 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2012-02-21 01:10:54 +0100 |
commit | fba11825a325351d9470765caf8e05c0425c1290 (patch) | |
tree | f7738d20158c96f108abcc52957f45403b2ab642 | |
parent | 6129a1c2d5e654454befdc2734f690bdce42ef9d (diff) |
docs: Fix typo in GActionGroup
-rw-r--r-- | gio/gactiongroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gactiongroup.c b/gio/gactiongroup.c index 0112565c6..73d1ca353 100644 --- a/gio/gactiongroup.c +++ b/gio/gactiongroup.c @@ -711,7 +711,7 @@ g_action_group_action_state_changed (GActionGroup *action_group, * g_action_group_get_action_parameter_type(), * g_action_group_get_action_state_type(), * g_action_group_get_action_state_hint() and - * g_action_group_get_state() with a single function call. + * g_action_group_get_action_state() with a single function call. * * This provides two main benefits. * |