summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmutexlocker
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-07-02 10:59:09 (GMT)
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-07-02 10:59:09 (GMT)
commit7f5797a784e237672f291055020ef4bbb6199893 (patch)
tree0649f26599037d62e4d1080fdf3c03fdec0878ba /tests/auto/qmutexlocker
parentfe1b0b9e161977b3068f752fbb9f9293df590883 (diff)
downloadQt-7f5797a784e237672f291055020ef4bbb6199893.zip
Qt-7f5797a784e237672f291055020ef4bbb6199893.tar.gz
Qt-7f5797a784e237672f291055020ef4bbb6199893.tar.bz2
Doc: Fixing typo
Diffstat (limited to 'tests/auto/qmutexlocker')
-rw-r--r--tests/auto/qmutexlocker/tst_qmutexlocker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qmutexlocker/tst_qmutexlocker.cpp b/tests/auto/qmutexlocker/tst_qmutexlocker.cpp
index c9821f5..a663b60 100644
--- a/tests/auto/qmutexlocker/tst_qmutexlocker.cpp
+++ b/tests/auto/qmutexlocker/tst_qmutexlocker.cpp
@@ -182,7 +182,7 @@ void tst_QMutexLocker::unlockAndRelockTest()
releaseThread();
waitForThread();
- // mutex has been explicity relocked via QMutexLocker
+ // mutex has been explicitly relocked via QMutexLocker
QVERIFY(!thread->mutex.tryLock());
releaseThread();