summaryrefslogtreecommitdiffstats
path: root/tests/auto/qthread
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2010-11-23 19:58:47 +0100
committerSergio Ahumada <sergio.ahumada@nokia.com>2010-11-23 19:58:47 +0100
commitdfad32bca1a2d96a3096e37a271af457930a80a6 (patch)
treeebb78a497c169e27ec77e4838f1934dd110da40f /tests/auto/qthread
parent167a100f8fab7644d78ef219dbdd1a28f0e51cee (diff)
Doc: Fixing typo
Diffstat (limited to 'tests/auto/qthread')
-rw-r--r--tests/auto/qthread/tst_qthread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qthread/tst_qthread.cpp b/tests/auto/qthread/tst_qthread.cpp
index 49c3576903..1e14b6a03a 100644
--- a/tests/auto/qthread/tst_qthread.cpp
+++ b/tests/auto/qthread/tst_qthread.cpp
@@ -1063,7 +1063,7 @@ void tst_QThread::wait3_slowDestructor()
//QVERIFY(elapsed < Waiting_Thread::WaitTime * 1.4);
slow.cond.wakeOne();
- //now the thread shoud finish quickly
+ //now the thread should finish quickly
QVERIFY(thread.wait(one_minute));
}