summaryrefslogtreecommitdiffstats
path: root/tests/auto/qmutexlocker/tst_qmutexlocker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmutexlocker/tst_qmutexlocker.cpp')
-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 c9821f58c2..a663b60be7 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();