summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/gestures/tst_gestures.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/gestures/tst_gestures.cpp')
-rw-r--r--tests/auto/other/gestures/tst_gestures.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/other/gestures/tst_gestures.cpp b/tests/auto/other/gestures/tst_gestures.cpp
index 448825fd81..df168aef58 100644
--- a/tests/auto/other/gestures/tst_gestures.cpp
+++ b/tests/auto/other/gestures/tst_gestures.cpp
@@ -1545,7 +1545,7 @@ void tst_Gestures::autoCancelGestures()
QVERIFY(QTest::qWaitForWindowExposed(&parent));
/*
- An event is send to both the child and the parent, when the child gets it a gesture is triggered
+ An event is sent to both the child and the parent, when the child gets it a gesture is triggered
and send to the child.
When the parent gets the event a new gesture is triggered and delivered to the parent. When the
parent gets it he accepts it and that causes the cancel policy to activate.