From b71aa64fbfeb32d084ea08cdc5067b8551d1682b Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 6 Jan 2016 13:31:17 +1000 Subject: [PATCH] doc: fix two grammar issues "of tablet tool" -> "of the tablet tool" Signed-off-by: Peter Hutterer --- src/libinput.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libinput.h b/src/libinput.h index 9848d59e..ab57b4cb 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -1522,8 +1522,8 @@ libinput_event_tablet_tool_wheel_has_changed( /** * @ingroup event_tablet * - * Returns the X coordinate of tablet tool, in mm from the top left corner - * of the tablet in its current logical orientation. Use + * Returns the X coordinate of the tablet tool, in mm from the top left + * corner of the tablet in its current logical orientation. Use * libinput_event_tablet_tool_get_x_transformed() for transforming the axis * value into a different coordinate space. * @@ -1536,8 +1536,8 @@ libinput_event_tablet_tool_get_x(struct libinput_event_tablet_tool *event); /** * @ingroup event_tablet * - * Returns the Y coordinate of tablet tool, in mm from the top left corner - * of the tablet in its current logical orientation. Use + * Returns the Y coordinate of the tablet tool, in mm from the top left + * corner of the tablet in its current logical orientation. Use * libinput_event_tablet_tool_get_y_transformed() for transforming the axis * value into a different coordinate space. *