From 0fd69ce99a323bf4e4d60b9b424cff63cf0aff28 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Thu, 28 Jul 2016 11:12:54 +0200 Subject: [PATCH] Fix tiny typo. --- gtk/gtkactionable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. *