summaryrefslogtreecommitdiff
path: root/gdk/gdkevents.h
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2013-06-03 14:51:47 +0300
committerClaudio Saavedra <csaavedra@igalia.com>2013-06-03 14:52:34 +0300
commit5cb26cbab3291bee0d039eee4e56fe7c131cc0d6 (patch)
treee60374752cf64233738619c37ddd1ff5a3063a7a /gdk/gdkevents.h
parentf59c48271fa6f177deb15dcc6d5b49d6ed230339 (diff)
downloadgtk+-5cb26cbab3291bee0d039eee4e56fe7c131cc0d6.tar.gz
gdkevents.h: fix documentation typo
https://bugzilla.gnome.org/show_bug.cgi?id=701463
Diffstat (limited to 'gdk/gdkevents.h')
-rw-r--r--gdk/gdkevents.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkevents.h b/gdk/gdkevents.h
index c0e911cd27..77e15b03b5 100644
--- a/gdk/gdkevents.h
+++ b/gdk/gdkevents.h
@@ -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.