diff options
author | Murray Cumming <murrayc@murrayc.com> | 2016-07-28 11:12:54 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2016-07-28 11:12:54 +0200 |
commit | 0fd69ce99a323bf4e4d60b9b424cff63cf0aff28 (patch) | |
tree | 1bc14b9eeb744fbbcb9e88711cafa89f30151cad /gtk/gtkactionable.c | |
parent | 15b2dbf9a8e6de17fb74eef989ed5923ef6c6180 (diff) | |
download | gtk+-0fd69ce99a323bf4e4d60b9b424cff63cf0aff28.tar.gz |
Fix tiny typo.
Diffstat (limited to 'gtk/gtkactionable.c')
-rw-r--r-- | gtk/gtkactionable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkactionable.c b/gtk/gtkactionable.c index 1459811f37..c28fae2556 100644 --- a/gtk/gtkactionable.c +++ b/gtk/gtkactionable.c @@ -132,7 +132,7 @@ gtk_actionable_set_action_name (GtkActionable *actionable, * gtk_actionable_get_action_target_value: * @actionable: a #GtkActionable widget * - * Gets the current target value of @actionabe. + * Gets the current target value of @actionable. * * See gtk_actionable_set_action_target_value() for more information. * |