From f0abc31f1c8de54d48e277dcaa01385c133e8de7 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 24 Dec 2014 11:12:41 +1000 Subject: [PATCH] Minor documentation wording improvement Signed-off-by: Peter Hutterer --- src/libinput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libinput.h b/src/libinput.h index 0f251b5e..56b77c23 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -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,