summaryrefslogtreecommitdiff
path: root/gtk/gtkeventbox.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-09-25 14:48:31 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-09-25 14:48:31 +0000
commite142731885e7e09265ae552fe5d70dd634bbc6fe (patch)
tree3557bcfc041d8d2788866d6b73a61372b5c44c3c /gtk/gtkeventbox.c
parentb6296750fe708341bffabf2f3bcd54c2eb83622a (diff)
downloadgtk+-e142731885e7e09265ae552fe5d70dd634bbc6fe.tar.gz
Fix typos
Diffstat (limited to 'gtk/gtkeventbox.c')
-rw-r--r--gtk/gtkeventbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkeventbox.c b/gtk/gtkeventbox.c
index 1217883745..bac1605d2f 100644
--- a/gtk/gtkeventbox.c
+++ b/gtk/gtkeventbox.c
@@ -195,7 +195,7 @@ gtk_event_box_get_visible_window (GtkEventBox *event_box)
* Set whether the event box uses a visible or invisible child
* window. The default is to use visible windows.
*
- * In an invisible window event box, the window that that the
+ * In an invisible window event box, the window that the
* event box creates is a %GDK_INPUT_ONLY window, which
* means that it is invisible and only serves to receive
* events.