summaryrefslogtreecommitdiffstats
path: root/tests/auto/q3dns
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-06-30 21:44:57 (GMT)
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-06-30 21:44:57 (GMT)
commit0a9652c93170ab9520869e9e231eba1834b47abc (patch)
treeafcf901cae65424a06d21c389e4bde7046b9a693 /tests/auto/q3dns
parentd795e50a2bf89209b124ec29fe7dd883208224ea (diff)
downloadQt-0a9652c93170ab9520869e9e231eba1834b47abc.zip
Qt-0a9652c93170ab9520869e9e231eba1834b47abc.tar.gz
Qt-0a9652c93170ab9520869e9e231eba1834b47abc.tar.bz2
Doc: Fixing typo
Diffstat (limited to 'tests/auto/q3dns')
-rw-r--r--tests/auto/q3dns/tst_q3dns.cpp2
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 );
}