doc: fix two grammar issues "of tablet tool" -> "of the tablet tool"

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2016-01-06 13:31:17 +10:00
parent 0b124a1a5d
commit b71aa64fbf

View file

@ -1522,8 +1522,8 @@ libinput_event_tablet_tool_wheel_has_changed(
/** /**
* @ingroup event_tablet * @ingroup event_tablet
* *
* Returns the X coordinate of tablet tool, in mm from the top left corner * Returns the X coordinate of the tablet tool, in mm from the top left
* of the tablet in its current logical orientation. Use * corner of the tablet in its current logical orientation. Use
* libinput_event_tablet_tool_get_x_transformed() for transforming the axis * libinput_event_tablet_tool_get_x_transformed() for transforming the axis
* value into a different coordinate space. * 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 * @ingroup event_tablet
* *
* Returns the Y coordinate of tablet tool, in mm from the top left corner * Returns the Y coordinate of the tablet tool, in mm from the top left
* of the tablet in its current logical orientation. Use * corner of the tablet in its current logical orientation. Use
* libinput_event_tablet_tool_get_y_transformed() for transforming the axis * libinput_event_tablet_tool_get_y_transformed() for transforming the axis
* value into a different coordinate space. * value into a different coordinate space.
* *