From 18aef32618a4e1b8eee7f3b4c08dbbf2ab569a00 Mon Sep 17 00:00:00 2001 From: Matt Mayfield Date: Sun, 19 Aug 2018 11:54:52 -0500 Subject: [PATCH] doc/user: correct some small typos --- doc/user/absolute-axes.rst | 2 +- doc/user/gestures.rst | 2 +- doc/user/palm-detection.rst | 2 +- doc/user/touchpad-pressure.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/user/absolute-axes.rst b/doc/user/absolute-axes.rst index 8358e64..24a95f7 100644 --- a/doc/user/absolute-axes.rst +++ b/doc/user/absolute-axes.rst @@ -136,7 +136,7 @@ devices is something other than 1:1. A normalized axes thus is only useful to determine that the stylus is e.g. at 78% from the left, 34% from the top of the device. Without knowing the per-axis resolution, these numbers are meaningless. Worse, calculation based on previous coordinates is simply wrong: -a movement from 0/0 to 50%/50% is not a 45% degree line. +a movement from 0/0 to 50%/50% is not a 45-degree line. This could be alleviated by providing resolution and information about the aspect ratio to the caller. Which shifts processing and likely errors into the diff --git a/doc/user/gestures.rst b/doc/user/gestures.rst index e5dca52..4213c28 100644 --- a/doc/user/gestures.rst +++ b/doc/user/gestures.rst @@ -22,7 +22,7 @@ A single gesture cannot change the finger count. For example, if a user puts down a fourth finger during a three-finger swipe gesture, libinput will end the three-finger gesture and, if applicable, start a four-finger swipe gesture. A caller may however decide that those gestures are semantically -identical Tand continue the two gestures as one single gesture. +identical and continue the two gestures as one single gesture. .. _gestures_pinch: diff --git a/doc/user/palm-detection.rst b/doc/user/palm-detection.rst index 2c65043..6447f79 100644 --- a/doc/user/palm-detection.rst +++ b/doc/user/palm-detection.rst @@ -192,7 +192,7 @@ libinput uses two triggers for thumb detection: pressure and location. A touch exceeding a pressure threshold is considered a thumb if it is within the thumb detection zone. -.. note:: "Pressure" on touchpads is synonymous with "contact area", a large touch +.. note:: "Pressure" on touchpads is synonymous with "contact area." A large touch surface area has a higher pressure and thus hints at a thumb or palm touching the surface. diff --git a/doc/user/touchpad-pressure.rst b/doc/user/touchpad-pressure.rst index 6823dfa..7e9793b 100644 --- a/doc/user/touchpad-pressure.rst +++ b/doc/user/touchpad-pressure.rst @@ -5,7 +5,7 @@ Touchpad pressure-based touch detection ============================================================================== libinput uses the touchpad pressure values and/or touch size values to -detect wether a finger has been placed on the touchpad. This is +detect whether a finger has been placed on the touchpad. This is :ref:`kernel_pressure_information` and combines with a libinput-specific hardware database to adjust the thresholds on a per-device basis. libinput uses these thresholds primarily to filter out accidental light touches but -- 2.7.4