From 5dd6ad0057a38b6257d40903ec5a3e26f1068f11 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 10 Dec 2014 21:08:08 -0500 Subject: [PATCH] Typo fix --- gtk/gtkcontainer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c index 0d7c7cd898..0ec29c7923 100644 --- a/gtk/gtkcontainer.c +++ b/gtk/gtkcontainer.c @@ -2342,7 +2342,7 @@ gtk_container_foreach (GtkContainer *container, * default behaviour by overriding the class closure of this signal. * * This is function is mostly meant to be used by widgets. Applications can use - * gtk_widget_grab_focus() to manualy set the focus to a specific widget. + * gtk_widget_grab_focus() to manually set the focus to a specific widget. */ void gtk_container_set_focus_child (GtkContainer *container,