]> Pileus Git - ~andy/gtk/commitdiff
gdk: Fix typo in documentation string
authorBenjamin Otte <otte@redhat.com>
Tue, 8 Feb 2011 07:51:17 +0000 (08:51 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 8 Feb 2011 07:58:49 +0000 (08:58 +0100)
gdk/gdkdevice.h

index 1e4ae22b3bec6f7d2e36f222325c241195fc6ac0..a6ceac0455ef8990b3bfab9b7e95e05a26556443 100644 (file)
@@ -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.
  *