From 3a65f554c57a6b83e041bbe3ef2da9770638ec5a Mon Sep 17 00:00:00 2001 From: Hiroyuki Ikezoe Date: Tue, 16 Mar 2010 17:10:18 -0400 Subject: [PATCH] Fix a tiny documentation typo --- gtk/gtkwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 94d78aff61..0202617598 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -7622,7 +7622,7 @@ gtk_widget_get_root_window (GtkWidget *widget) * around the window using keyboard shortcuts. @direction indicates * what kind of motion is taking place (up, down, left, right, tab * forward, tab backward). gtk_widget_child_focus() emits the - * #GtkWidget::focus" signal; widgets override the default handler + * #GtkWidget::focus signal; widgets override the default handler * for this signal in order to implement appropriate focus behavior. * * The default ::focus handler for a widget should return %TRUE if