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)
This commit is contained in:
Matthias Clasen
2005-02-01 18:15:09 +00:00
committed by Matthias Clasen
parent 2fc5429c28
commit 1d0c7ea1bb
21 changed files with 32 additions and 23 deletions

View File

@ -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.