diff options
author | Markus Goetz <Markus.Goetz@nokia.com> | 2010-03-14 16:14:07 (GMT) |
---|---|---|
committer | Markus Goetz <Markus.Goetz@nokia.com> | 2010-03-14 16:14:07 (GMT) |
commit | a591b4c3a537757781197dd78ad326c27c3aef66 (patch) | |
tree | a7077be7e50d6b22a5b3a63d659d69054cc9a1ea /src/testlib/qtestcase.cpp | |
parent | e6134f1bb7e77d6c1441a03e4829351f3f3bca95 (diff) | |
download | Qt-a591b4c3a537757781197dd78ad326c27c3aef66.zip Qt-a591b4c3a537757781197dd78ad326c27c3aef66.tar.gz Qt-a591b4c3a537757781197dd78ad326c27c3aef66.tar.bz2 |
Typo fix in qtestlib
Reviewed-by: TrustMe
Diffstat (limited to 'src/testlib/qtestcase.cpp')
-rw-r--r-- | src/testlib/qtestcase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp index 5eff8a8..6591481 100644 --- a/src/testlib/qtestcase.cpp +++ b/src/testlib/qtestcase.cpp @@ -964,7 +964,7 @@ static void qParseArgs(int argc, char *argv[]) " -xunitxml : Outputs results as XML XUnit document\n" " -xml : Outputs results as XML document\n" " -lightxml : Outputs results as stream of XML tags\n" - " -flush : Flushes the resutls\n" + " -flush : Flushes the results\n" " -o filename: Writes all output into a file\n" " -silent : Only outputs warnings and failures\n" " -v1 : Print enter messages for each testfunction\n" |