diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-06-30 21:44:57 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-06-30 21:44:57 (GMT) |
commit | 0a9652c93170ab9520869e9e231eba1834b47abc (patch) | |
tree | afcf901cae65424a06d21c389e4bde7046b9a693 /tests/auto/qeventloop | |
parent | d795e50a2bf89209b124ec29fe7dd883208224ea (diff) | |
download | Qt-0a9652c93170ab9520869e9e231eba1834b47abc.zip Qt-0a9652c93170ab9520869e9e231eba1834b47abc.tar.gz Qt-0a9652c93170ab9520869e9e231eba1834b47abc.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'tests/auto/qeventloop')
-rw-r--r-- | tests/auto/qeventloop/tst_qeventloop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qeventloop/tst_qeventloop.cpp b/tests/auto/qeventloop/tst_qeventloop.cpp index bcc205e..3250c77 100644 --- a/tests/auto/qeventloop/tst_qeventloop.cpp +++ b/tests/auto/qeventloop/tst_qeventloop.cpp @@ -287,7 +287,7 @@ void tst_QEventLoop::onlySymbianActiveScheduler() { // In here we try to use timers and sockets exclusively using the Symbian // active scheduler and no processEvents(). // This test should therefore be run first, so that we can verify that - // the first occurrence of processEvents does not do any initalization that + // the first occurrence of processEvents does not do any initialization that // we depend on. // Open up a pipe so we can test socket notifiers. |