doc: fix more typos
authorJason Gerecke <killertofu@gmail.com>
Fri, 21 Aug 2015 15:42:54 +0000 (08:42 -0700)
committerPeter Hutterer <peter.hutterer@who-t.net>
Sat, 22 Aug 2015 06:03:29 +0000 (16:03 +1000)
Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
doc/absolute-axes.dox
doc/faqs.dox
doc/gestures.dox
doc/palm-detection.dox
doc/reporting-bugs.dox
doc/seats.dox
doc/tapping.dox
doc/tools.dox
doc/touchpads.dox

index 7d205f62b9b3c6992da98d74c9b214d552a4a30a..664c6164a1ffc2ec5e401e9a121da31d48b6fbf1 100644 (file)
@@ -67,7 +67,7 @@ or height. Note that rotation applies to the device's origin, rotation
 usually requires an offset to move the coordinates back into the original
 range.
 
-The most comon matrices are:
+The most common matrices are:
 
 - 90 degree clockwise:
 @f$
index 9a78dead2c66d59cb520cc8e671d6412ccfe89b6..0e49dac5702d584de7c98af17077489e8fa3251c 100644 (file)
@@ -30,7 +30,7 @@ scroll_sources.
 @section faq_gpl Is libinput GPL-licensed?
 
 No, libinput is MIT licensed. The Linux kernel header file linux/input.h in
-libinput's tree is provded to ensure the same behavior regardless of which
+libinput's tree is provided to ensure the same behavior regardless of which
 kernel version libinput is built on. It does not make libinput GPL-licensed.
 
 @section faq_config_options Where is the configuration stored?
index a8cef36df4f5f156faec924e2d8d4938560caec1..02ef09abb907688816b7a937f061e6f8937f80fc 100644 (file)
@@ -82,7 +82,7 @@ screen as well as the context of those virtual objects:
 @image html touchscreen-gestures.svg "Context-sensitivity of touchscreen gestures"
 
 In this example, the finger movements are identical but in the left case
-both fingers are located within the same window, thus suggesting an attemp
+both fingers are located within the same window, thus suggesting an attempt
 to zoom. In the right case  both fingers are located on a window border,
 thus suggesting a window movement. libinput only has knowledge of the finger
 coordinates (and even then only in device coordinates, not in screen
index 1a5e6572040b7c7e36099271a5a904030af38191..d30a20708b04566df7cdf5b7e0a1a2d51bb0581d 100644 (file)
@@ -46,10 +46,10 @@ will generate a button event for this touch.
 
 If a device provides a <a
 href="http://en.wikipedia.org/wiki/Pointing_stick">trackpoint</a>, it is
-usually located above the touchpad. This increases the likelyhood of
+usually located above the touchpad. This increases the likelihood of
 accidental touches whenever the trackpoint is used.
 
-libinput disables the touchpad whenver it detects trackpoint activity for a
+libinput disables the touchpad whenever it detects trackpoint activity for a
 certain timeout until after trackpoint activity stops. Touches generated
 during this timeout will not move the pointer, and touches started during
 this timeout will likewise not move the pointer (allowing for a user to rest
index 0755a9eee5a7d36cfc3f068e797eca7fd87e792e..ec0ef9be1df879c776d2c9f8bf6313e26f001fe2 100644 (file)
@@ -8,7 +8,7 @@ When reporting bugs against libinput, please follow the instructions below
 and provide the required data. This will speed up triage, resulting in a
 quicker bugfix.
 
-First, try to identify the bugi by reproducing it reliably. The more
+First, try to identify the bug by reproducing it reliably. The more
 specific a bug description is, the easier it is to fix. The @ref
 libinput-debug-events helper tool can help identify whether the bug is in
 libinput at all. This tool is a direct hook to libinput without a desktop
index 5eec5ded9b502df37d43fb1cf929a5cdae859c99..f67de6bba03d64a97193cc4d98aa8578b06df32e 100644 (file)
@@ -5,7 +5,7 @@ Each device in libinput is assigned to one seat.
 A seat has two identifiers, the physical name and the logical name. The
 physical name is summarized as the list of devices a process on the same
 physical seat has access to. The logical seat name is the seat name for a
-logical group of devices. A compositor may use that to create additonal
+logical group of devices. A compositor may use that to create additional
 seats as independent device sets. Alternatively, a compositor may limit
 itself to a single logical seat, leaving a second compositor to manage
 devices on the other logical seats.
@@ -32,7 +32,7 @@ libinput_seat, all other devices reference their own respective seats.
 
 @section seats_and_features The effect of seat assignment
 
-A logical set is interprested as a group of devices that usually belong to a
+A logical set is interpreted as a group of devices that usually belong to a
 single user that interacts with a computer. Thus, the devices are
 semantically related. This means for devices within the same logical seat:
 
index 483219ad8c0d5e7903c87fcea8e4ee15c17d889d..e7044005944170590297bd8ce861e08b67f677a1 100644 (file)
@@ -40,7 +40,7 @@ disabled with libinput_device_config_tap_set_drag_lock_enabled().
 The above diagram explains the process, a tap (a) followed by a finger held
 down (b) starts the drag process and logically holds the left mouse button
 down. A movement of the finger (c) will drag the selected item until the
-finger is relased (e). If needed and drag lock is enabled, the finger's
+finger is released (e). If needed and drag lock is enabled, the finger's
 position can be reset by lifting and quickly setting it down again on the
 touchpad (d). This will be interpreted as continuing move and is especially
 useful on small touchpads or with slow pointer acceleration.
index 2bf07935def9aa16904cc0d66c3396e8fec70926..7fe1e072574f21ae1ba635c2a8a3c3ebd3ab855d 100644 (file)
@@ -8,7 +8,7 @@ tools are usually installed, others are @ref developer_tools only.
 
 libinput ships with two tools to gather information about devices:
 @ref libinput-list-devices and @ref libinput-debug-events. Both tools must
-be run as root to have acess to the kernel's @c /dev/input/event* device
+be run as root to have access to the kernel's @c /dev/input/event* device
 files.
 
 @subsection libinput-list-devices
@@ -97,6 +97,6 @@ $ sudo ./tools/event-gui
 See the @c --help output for information about the available options.
 
 @note The @c --grab flag puts an exclusive @c EVIOCGRAB on the device to
-avoid interference with the desktiop while testing.
+avoid interference with the desktop while testing.
 
 */
index 401f16a58a993559ef04fc8bf7e4ec69a7dc73f9..91a9b6a7e0a5467b51419a16e5f974fb2c9e120b 100644 (file)
@@ -130,7 +130,7 @@ located underneath the keyboard, accidental palm touches are a non-issue.
 
 Pressure is usually directly related to contact area. Human fingers flatten
 out as the pressure on the pad increases, resulting in a bigger contact area
-and the firmware then calculates that back into a ressure reading.
+and the firmware then calculates that back into a pressure reading.
 
 libinput uses pressure to detect accidental palm contact and thumbs, though
 pressure data is often device-specific and unreliable.