summaryrefslogtreecommitdiff
path: root/gdk/gdkevents.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-02-01 18:15:09 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-02-01 18:15:09 +0000
commit1d0c7ea1bb78ea1248f2400507c12c29fd284219 (patch)
tree260359d7552ecc79042244e7db16e58f221afd18 /gdk/gdkevents.c
parent2fc5429c28aeef6c75e2f6180d782296f1c28d0c (diff)
downloadgtk+-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/gdkevents.c')
-rw-r--r--gdk/gdkevents.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkevents.c b/gdk/gdkevents.c
index 817896a05b..778d5b77e3 100644
--- a/gdk/gdkevents.c
+++ b/gdk/gdkevents.c
@@ -873,7 +873,7 @@ gdk_event_set_screen (GdkEvent *event,
* Returns the screen for the event. The screen is
* typically the screen for <literal>event->any.window</literal>, but
* for events such as mouse events, it is the screen
- * where the the pointer was when the event occurs -
+ * where the pointer was when the event occurs -
* that is, the screen which has the root window
* to which <literal>event->motion.x_root</literal> and
* <literal>event->motion.y_root</literal> are relative.