[gtk+] gdk: Fix typo in documentation string



commit c1f8330a2824a494e1d27be2337d0ff8dc14fea3
Author: Benjamin Otte <otte redhat com>
Date:   Tue Feb 8 08:51:17 2011 +0100

    gdk: Fix typo in documentation string

 gdk/gdkdevice.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk/gdkdevice.h b/gdk/gdkdevice.h
index 1e4ae22..a6ceac0 100644
--- a/gdk/gdkdevice.h
+++ b/gdk/gdkdevice.h
@@ -99,7 +99,7 @@ typedef enum
  * @GDK_AXIS_Y: the axis is used as the y axis.
  * @GDK_AXIS_PRESSURE: the axis is used for pressure information.
  * @GDK_AXIS_XTILT: the axis is used for x tilt information.
- * @GDK_AXIS_YTILT: the axis is used for x tilt information.
+ * @GDK_AXIS_YTILT: the axis is used for y tilt information.
  * @GDK_AXIS_WHEEL: the axis is used for wheel information.
  * @GDK_AXIS_LAST: a constant equal to the numerically highest axis value.
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]