Minor documentation wording improvement
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 24 Dec 2014 01:12:41 +0000 (11:12 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 5 Jan 2015 05:02:29 +0000 (15:02 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/libinput.h

index 0f251b5..56b77c2 100644 (file)
@@ -669,7 +669,7 @@ libinput_event_pointer_get_axis(struct libinput_event_pointer *event);
  * @ingroup event_pointer
  *
  * Return the axis value of the given axis. The interpretation of the value
- * is dependent on the axis. For the two scrolling axes
+ * depends on the axis. For the two scrolling axes
  * @ref LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL and
  * @ref LIBINPUT_POINTER_AXIS_SCROLL_HORIZONTAL, the value of the event is in
  * relative scroll units, with the positive direction being down or right,