diff options
author | Masanari Iida <standby24x7@gmail.com> | 2014-03-21 10:04:30 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-03-21 13:16:58 +0100 |
commit | df5cbb27836ff6a6c807f9030ca536403fc674d2 (patch) | |
tree | e1eb49b184015e9a0b92a28193c41f60163fb14e /Documentation/input | |
parent | 2509671dcf6314635592f8eb84ef4793fce11a07 (diff) |
doc: fix double words
Fix double words "the the" in various files
within Documentations.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/input')
-rw-r--r-- | Documentation/input/multi-touch-protocol.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/input/multi-touch-protocol.txt b/Documentation/input/multi-touch-protocol.txt index de139b18184..7b4f59c09ee 100644 --- a/Documentation/input/multi-touch-protocol.txt +++ b/Documentation/input/multi-touch-protocol.txt @@ -372,7 +372,7 @@ simple scheme, which is compatible with earlier usage, is: Rationale: We have no information about the orientation of the touching ellipse, so approximate it with an inscribed circle instead. The tool -ellipse should align with the the vector (T - C), so the diameter must +ellipse should align with the vector (T - C), so the diameter must increase with distance(T, C). Finally, assume that the touch diameter is equal to the tool thickness, and we arrive at the formulas above. |