diff options
author | Matt Mayfield <mdmayfield@users.noreply.github.com> | 2018-08-19 11:54:52 -0500 |
---|---|---|
committer | Matt Mayfield <mdmayfield@users.noreply.github.com> | 2018-08-19 11:54:52 -0500 |
commit | 18aef32618a4e1b8eee7f3b4c08dbbf2ab569a00 (patch) | |
tree | 409f9a08d14825de8061884ec5a2fa7c0fea7019 /doc | |
parent | c476524a805244a9db1a0a859e245a25793bc363 (diff) | |
download | libinput-18aef32618a4e1b8eee7f3b4c08dbbf2ab569a00.tar.gz |
doc/user: correct some small typos
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/absolute-axes.rst | 2 | ||||
-rw-r--r-- | doc/user/gestures.rst | 2 | ||||
-rw-r--r-- | doc/user/palm-detection.rst | 2 | ||||
-rw-r--r-- | 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 8358e642..24a95f78 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 e5dca528..4213c28e 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 2c650430..6447f79a 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 6823dfad..7e9793b8 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 |