diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-09-25 14:48:31 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-09-25 14:48:31 +0000 |
commit | e142731885e7e09265ae552fe5d70dd634bbc6fe (patch) | |
tree | 3557bcfc041d8d2788866d6b73a61372b5c44c3c /gtk/gtkeventbox.c | |
parent | b6296750fe708341bffabf2f3bcd54c2eb83622a (diff) | |
download | gtk+-e142731885e7e09265ae552fe5d70dd634bbc6fe.tar.gz |
Fix typos
Diffstat (limited to 'gtk/gtkeventbox.c')
-rw-r--r-- | gtk/gtkeventbox.c | 2 |
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. |