Typo in QWaitCondition::wait() doc: lcokedReadWriteLock

lcokedReadWriteLock -> lockedReadWriteLock

Change-Id: I560f7445d6a0c332ee8ca8f62a8318f637567520
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
This commit is contained in:
Jeremy Katz 2012-07-16 22:38:18 +02:00 committed by Qt by Nokia
parent f66beaaf07
commit 178f5e2ac3

View File

@ -165,7 +165,7 @@
wait timed out.
\endlist
The \a lcokedReadWriteLock will be returned to the same locked
The \a lockedReadWriteLock will be returned to the same locked
state. This function is provided to allow the atomic transition
from the locked state to the wait state.