diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2011-05-04 16:41:22 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2011-05-04 16:41:22 (GMT) |
commit | b166c30d8d0834518337ded44d2ebfe097ee312f (patch) | |
tree | 3c20d35abd0a1bacc8317a9f1c1b116033e4bb77 /tests/auto/qsocketnotifier | |
parent | 8a9a6afcf02f089f932bc81431ab46a60af32134 (diff) | |
download | Qt-b166c30d8d0834518337ded44d2ebfe097ee312f.zip Qt-b166c30d8d0834518337ded44d2ebfe097ee312f.tar.gz Qt-b166c30d8d0834518337ded44d2ebfe097ee312f.tar.bz2 |
Fix spelling mistake
Reviewed-by: Trust Me
Diffstat (limited to 'tests/auto/qsocketnotifier')
-rw-r--r-- | tests/auto/qsocketnotifier/tst_qsocketnotifier.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qsocketnotifier/tst_qsocketnotifier.cpp b/tests/auto/qsocketnotifier/tst_qsocketnotifier.cpp index b31a6e6..f966e7f 100644 --- a/tests/auto/qsocketnotifier/tst_qsocketnotifier.cpp +++ b/tests/auto/qsocketnotifier/tst_qsocketnotifier.cpp @@ -122,7 +122,7 @@ signals: void tst_QSocketNotifier::unexpectedDisconnection() { #ifdef Q_OS_SYMBIAN - QSKIP("Symbian socket engine psuedo descriptors can't be used for QSocketNotifier", SkipAll); + QSKIP("Symbian socket engine pseudo descriptors can't be used for QSocketNotifier", SkipAll); #else /* Given two sockets and two QSocketNotifiers registered on each |