summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/util
diff options
context:
space:
mode:
authorDavid Fries <David@Fries.net>2014-03-07 15:40:54 -0600
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-14 15:27:03 +0100
commite6cb06a8354a1423a7fc53af96a55e1e156bdcc2 (patch)
tree2f78c5912c0b5bc29a8b7f2ae1d3f16f74a04a8e /tests/auto/widgets/util
parent961b24eed24185cdd16ca347f6ca2580d86ea9c6 (diff)
correct send vs sent grammar
Correct the tense of send vs sent in comments and documentation. Change-Id: I1c5ce9a7b1e49b8b0e8dcfde7d732e4c69acf73a Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
Diffstat (limited to 'tests/auto/widgets/util')
-rw-r--r--tests/auto/widgets/util/qscroller/tst_qscroller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/widgets/util/qscroller/tst_qscroller.cpp b/tests/auto/widgets/util/qscroller/tst_qscroller.cpp
index bbd71a9284..e8a21341b1 100644
--- a/tests/auto/widgets/util/qscroller/tst_qscroller.cpp
+++ b/tests/auto/widgets/util/qscroller/tst_qscroller.cpp
@@ -407,7 +407,7 @@ void tst_QScroller::scroll()
// now we should be scrolling
QTRY_COMPARE( s1->state(), QScroller::Scrolling );
- // wait until finished, check that no further first scroll is send
+ // wait until finished, check that no further first scroll is sent
sw->receivedFirst = false;
sw->receivedScroll = false;
while (s1->state() == QScroller::Scrolling)