summaryrefslogtreecommitdiffstats
path: root/src/input
diff options
context:
space:
mode:
authorAndy Maloney <asmaloney@gmail.com>2017-03-22 11:24:42 -0400
committerAndy Maloney <asmaloney@gmail.com>2017-04-06 14:00:13 +0000
commitd9b4b28c5383a5d338a670e48aa1a4e4ba9fa3d9 (patch)
treebc7d359859651e468821be3fa08e626f05d1c4aa /src/input
parent6729e2cf8ed26c4087b700cf883a379594d6b78f (diff)
Fix spelling in comments and docs
Change-Id: Ib93da3bc94ee43980d1190955c8c37e886c4b0fa Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/input')
-rw-r--r--src/input/frontend/qinputsequence.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/frontend/qinputsequence.cpp b/src/input/frontend/qinputsequence.cpp
index 17499b59b..766674840 100644
--- a/src/input/frontend/qinputsequence.cpp
+++ b/src/input/frontend/qinputsequence.cpp
@@ -76,7 +76,7 @@ QInputSequencePrivate::QInputSequencePrivate()
Represents a set of QAbstractActionInput's that must be triggerd one after the other.
- The following example shows a chord that will be triggered by pressing the A and S keys together with a tolerence of 10 miliseconds between presses.
+ The following example shows a chord that will be triggered by pressing the A and S keys together with a tolerance of 10 miliseconds between presses.
\qml
InputChord {
tolerance: 10