gdkevents.h: fix documentation typo

https://bugzilla.gnome.org/show_bug.cgi?id=701463
This commit is contained in:
Claudio Saavedra 2013-06-03 14:51:47 +03:00
parent f59c48271f
commit 5cb26cbab3

View File

@ -797,7 +797,7 @@ struct _GdkEventScroll
* <filename>&lt;gdk/gdkkeysyms.h&gt;</filename> header file for a
* complete list of GDK key codes.
* @length: the length of @string.
* @string: a string containing the an approximation of the text that
* @string: a string containing an approximation of the text that
* would result from this keypress. The only correct way to handle text
* input of text is using input methods (see #GtkIMContext), so this
* field is deprecated and should never be used.