summaryrefslogtreecommitdiff
path: root/src/testlib
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2010-03-14 17:14:07 +0100
committerMarkus Goetz <Markus.Goetz@nokia.com>2010-03-14 17:14:07 +0100
commita591b4c3a537757781197dd78ad326c27c3aef66 (patch)
treea7077be7e50d6b22a5b3a63d659d69054cc9a1ea /src/testlib
parente6134f1bb7e77d6c1441a03e4829351f3f3bca95 (diff)
downloadqt4-tools-a591b4c3a537757781197dd78ad326c27c3aef66.tar.gz
Typo fix in qtestlib
Reviewed-by: TrustMe
Diffstat (limited to 'src/testlib')
-rw-r--r--src/testlib/qtestcase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp
index 5eff8a8ad2..659148149a 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"