summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroyuki Ikezoe <poincare@ikezoe.net>2010-03-16 17:10:18 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-03-17 13:10:17 -0400
commit3a65f554c57a6b83e041bbe3ef2da9770638ec5a (patch)
treec3d28caaa97426eb214ccb69f4beb5ae88c8166b
parent59e5e2dd5b8945c22b332eb82fab2a1f4b5692e2 (diff)
downloadgtk+-3a65f554c57a6b83e041bbe3ef2da9770638ec5a.tar.gz
Fix a tiny documentation typo
-rw-r--r--gtk/gtkwidget.c2
1 files changed, 1 insertions, 1 deletions
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