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/gtkentry.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/gtkentry.c')
-rw-r--r-- | gtk/gtkentry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 62544d83bc..7a81353c82 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -3391,7 +3391,7 @@ gtk_entry_adjust_scroll (GtkEntry *entry) * the right, when the scroll is at the utmost right. This * looks better to to me than confining the cursor inside the * border entirely, though it means that the cursor gets one - * pixel closer to the the edge of the widget on the right than + * pixel closer to the edge of the widget on the right than * on the left. This might need changing if one changed * INNER_BORDER from 2 to 1, as one would do on a * small-screen-real-estate display. |