summaryrefslogtreecommitdiff
path: root/gdk/gdkdevice.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2011-02-08 08:51:17 +0100
committerBenjamin Otte <otte@redhat.com>2011-02-08 08:58:49 +0100
commitc1f8330a2824a494e1d27be2337d0ff8dc14fea3 (patch)
tree57b00e82fde9b3c88cf3ce4f295f06f0956f2e12 /gdk/gdkdevice.h
parent15fdf9026516485a344ea732fc628e8f95566e3a (diff)
downloadgtk+-c1f8330a2824a494e1d27be2337d0ff8dc14fea3.tar.gz
gdk: Fix typo in documentation string
Diffstat (limited to 'gdk/gdkdevice.h')
-rw-r--r--gdk/gdkdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkdevice.h b/gdk/gdkdevice.h
index 1e4ae22b3b..a6ceac0455 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.
*