diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-07-02 10:59:09 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-07-02 10:59:09 (GMT) |
commit | 7f5797a784e237672f291055020ef4bbb6199893 (patch) | |
tree | 0649f26599037d62e4d1080fdf3c03fdec0878ba /tests/auto/selftests | |
parent | fe1b0b9e161977b3068f752fbb9f9293df590883 (diff) | |
download | Qt-7f5797a784e237672f291055020ef4bbb6199893.zip Qt-7f5797a784e237672f291055020ef4bbb6199893.tar.gz Qt-7f5797a784e237672f291055020ef4bbb6199893.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'tests/auto/selftests')
-rw-r--r-- | tests/auto/selftests/subtest/tst_subtest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/selftests/subtest/tst_subtest.cpp b/tests/auto/selftests/subtest/tst_subtest.cpp index 2301fa6..4404a51 100644 --- a/tests/auto/selftests/subtest/tst_subtest.cpp +++ b/tests/auto/selftests/subtest/tst_subtest.cpp @@ -153,7 +153,7 @@ void tst_Subtest::test3() QFETCH(QString, str); - // second and third time we call this it shoud FAIL + // second and third time we call this it should FAIL QCOMPARE(str, QString("hello0")); printf("test2 end\n"); |