diff options
author | Martin Smith <msmith@trolltech.com> | 2010-02-12 12:24:57 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-02-12 12:24:57 (GMT) |
commit | ec7459fa77cfa4a6fc7e4fca14339a14ea27d83c (patch) | |
tree | 7fcf18332ddea58f0f3fc4e1f2507a2a0dbef5ea /tests/auto/qurl | |
parent | 8f8ad618261875e173c0e1d3931c1b7dd838d152 (diff) | |
download | Qt-ec7459fa77cfa4a6fc7e4fca14339a14ea27d83c.zip Qt-ec7459fa77cfa4a6fc7e4fca14339a14ea27d83c.tar.gz Qt-ec7459fa77cfa4a6fc7e4fca14339a14ea27d83c.tar.bz2 |
doc: Fixed several typos.
Task: QTBUG-7997
Diffstat (limited to 'tests/auto/qurl')
-rw-r--r-- | tests/auto/qurl/tst_qurl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qurl/tst_qurl.cpp b/tests/auto/qurl/tst_qurl.cpp index f108f4c..72ce393 100644 --- a/tests/auto/qurl/tst_qurl.cpp +++ b/tests/auto/qurl/tst_qurl.cpp @@ -1832,7 +1832,7 @@ void tst_QUrl::compat_constructor_01_data() QTest::addColumn<QString>("res"); //next we fill it with data - QTest::newRow( "data0" ) << QString("Makefile") << QString("Makefile"); // nolonger add file by defualt + QTest::newRow( "data0" ) << QString("Makefile") << QString("Makefile"); // nolonger add file by default QTest::newRow( "data1" ) << QString("Makefile") << QString("Makefile"); QTest::newRow( "data2" ) << QString("ftp://ftp.qt.nokia.com/qt/INSTALL") << QString("ftp://ftp.qt.nokia.com/qt/INSTALL"); QTest::newRow( "data3" ) << QString("ftp://ftp.qt.nokia.com/qt/INSTALL") << QString("ftp://ftp.qt.nokia.com/qt/INSTALL"); |