aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-09-06 22:53:50 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-07 00:25:20 +0200
commitf4be00df17b02bab2bd91d68ec7315a717a5a7e8 (patch)
tree5fb2710f3f860944b0d04f7639ba065cebd9186f /src
parent464ff857641211e7e4794a1b711a2ecc77594887 (diff)
doc: fix some typos in .qml files
Change-Id: Ice5d60b06ec9ab81fbd98fd1679c8834f3018938 Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'src')
-rw-r--r--src/imports/testlib/TestCase.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/testlib/TestCase.qml b/src/imports/testlib/TestCase.qml
index 79c68a75a7..9d6bdba654 100644
--- a/src/imports/testlib/TestCase.qml
+++ b/src/imports/testlib/TestCase.qml
@@ -427,7 +427,7 @@ Item {
delay = -1
mousePress(item, x, y, button, modifiers, delay)
- //trigger draging
+ //trigger dragging
mouseMove(item, x + util.dragThreshold + 1, y + util.dragThreshold + 1, delay, button)
mouseMove(item, x + dx, y + dy, delay, button)
}