diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-11-23 18:58:47 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-11-23 18:58:47 (GMT) |
commit | dfad32bca1a2d96a3096e37a271af457930a80a6 (patch) | |
tree | ebb78a497c169e27ec77e4838f1934dd110da40f /tests | |
parent | 167a100f8fab7644d78ef219dbdd1a28f0e51cee (diff) | |
download | Qt-dfad32bca1a2d96a3096e37a271af457930a80a6.zip Qt-dfad32bca1a2d96a3096e37a271af457930a80a6.tar.gz Qt-dfad32bca1a2d96a3096e37a271af457930a80a6.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qthread/tst_qthread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qthread/tst_qthread.cpp b/tests/auto/qthread/tst_qthread.cpp index 49c3576..1e14b6a 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)); } |