summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamon Chaplin <damon@helixcode.com>2000-05-28 11:36:14 +0000
committerDamon Chaplin <damon@src.gnome.org>2000-05-28 11:36:14 +0000
commit8cd73f2fde51d82900fd42ebfa5b3e933f73c7a6 (patch)
tree2a38a46dcbd2b6c21dfc9549610effbdb8308340
parent288b44b2d2490443f819a6f287fd4241321f9da5 (diff)
downloadgtk+-8cd73f2fde51d82900fd42ebfa5b3e933f73c7a6.tar.gz
typo.
2000-05-28 Damon Chaplin <damon@helixcode.com> * gdk/tmpl/event_structs.sgml: typo.
-rw-r--r--docs/reference/ChangeLog4
-rw-r--r--docs/reference/gdk/tmpl/event_structs.sgml2
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index 3f611e6200..825ea1f391 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-28 Damon Chaplin <damon@helixcode.com>
+
+ * gdk/tmpl/event_structs.sgml: typo.
+
2000-04-22 Damon Chaplin <damon@helixcode.com>
* gtk/tmpl/gtkenums.sgml: update from Lee Mallabone
diff --git a/docs/reference/gdk/tmpl/event_structs.sgml b/docs/reference/gdk/tmpl/event_structs.sgml
index b5a9d13445..2e6d52b5fd 100644
--- a/docs/reference/gdk/tmpl/event_structs.sgml
+++ b/docs/reference/gdk/tmpl/event_structs.sgml
@@ -80,7 +80,7 @@ these fields.
Describes a key press or key release event.
</para>
-@type: the type of the event (%GDK_KEY_RELEASE or %GDK_KEY_RELEASE).
+@type: the type of the event (%GDK_KEY_PRESS or %GDK_KEY_RELEASE).
@window: the window which received the event.
@send_event: TRUE if the event was sent explicitly (e.g. using XSendEvent).
@time: the time of the event in milliseconds.