diff options
Diffstat (limited to 'tests/auto/q3dns/tst_q3dns.cpp')
-rw-r--r-- | tests/auto/q3dns/tst_q3dns.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/q3dns/tst_q3dns.cpp b/tests/auto/q3dns/tst_q3dns.cpp index 7cfdfdc..e85376c 100644 --- a/tests/auto/q3dns/tst_q3dns.cpp +++ b/tests/auto/q3dns/tst_q3dns.cpp @@ -123,7 +123,7 @@ void tst_Q3Dns::destructor() Q3Socket *s = new Q3Socket(&a); s->connectToHost("ftp.qt.nokia.com", 21); - // dummy verify since this test only makes shure that it does not crash + // dummy verify since this test only makes sure that it does not crash QVERIFY( TRUE ); } |