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 /gdk/x11/gdkkeys-x11.c | |
parent | 2fc5429c28aeef6c75e2f6180d782296f1c28d0c (diff) | |
download | gdk-pixbuf-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 'gdk/x11/gdkkeys-x11.c')
-rw-r--r-- | gdk/x11/gdkkeys-x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkkeys-x11.c b/gdk/x11/gdkkeys-x11.c index 957d0bf2f..2464a5ceb 100644 --- a/gdk/x11/gdkkeys-x11.c +++ b/gdk/x11/gdkkeys-x11.c @@ -1170,7 +1170,7 @@ translate_keysym (GdkKeymapX11 *keymap_x11, } else { - /* Fall back to the the first level if no symbol for the level + /* Fall back to the first level if no symbol for the level * we were passed. */ shift_level = (state & shift_modifiers) ? 1 : 0; |