diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-02-01 18:15:09 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-02-01 18:15:09 +0000 |
commit | 1d0c7ea1bb78ea1248f2400507c12c29fd284219 (patch) | |
tree | 260359d7552ecc79042244e7db16e58f221afd18 /gtk/gtkwindow.c | |
parent | 2fc5429c28aeef6c75e2f6180d782296f1c28d0c (diff) | |
download | gtk+-1d0c7ea1bb78ea1248f2400507c12c29fd284219.tar.gz |
Fix many instances of "the the" in docs and comments. (#165815, Masao
2005-02-01 Matthias Clasen <mclasen@redhat.com>
* */*.c: Fix many instances of "the the" in docs and
comments. (#165815, Masao Mutoh)
Diffstat (limited to 'gtk/gtkwindow.c')
-rw-r--r-- | gtk/gtkwindow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 83cd6c1c8a..bd58f3e7bc 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -6670,7 +6670,7 @@ gtk_window_is_active (GtkWindow *window) * For real toplevel windows, this is identical to gtk_window_is_active(), * but for embedded windows, like #GtkPlug, the results will differ. * - * Return value: %TRUE if the the input focus is within this GtkWindow + * Return value: %TRUE if the input focus is within this GtkWindow * * Since: 2.4 **/ |