From: Peter Hutterer Date: Wed, 24 Dec 2014 01:12:41 +0000 (+1000) Subject: Minor documentation wording improvement X-Git-Tag: 0.8.0~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0abc31f1c8de54d48e277dcaa01385c133e8de7;p=platform%2Fupstream%2Flibinput.git Minor documentation wording improvement Signed-off-by: Peter Hutterer --- diff --git a/src/libinput.h b/src/libinput.h index 0f251b5..56b77c2 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,