summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kde.org>2019-10-22 08:41:31 +0300
committerBogDan Vatra <bogdan@kde.org>2019-10-25 07:03:37 +0300
commitb5b9eb68c47cda1dc2a36644867a3550c1b3640e (patch)
treee2798b04dfa9d8f28645034c6b3db95f7f9cbb3e /src
parent1ce71a6a113df553c5517b4b2e8af05bc32ba705 (diff)
Fix typo
Change-Id: I9a429805414fb50aa059677beb5f8f8a48b72d9b Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/tools/androidtestrunner/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/androidtestrunner/main.cpp b/src/tools/androidtestrunner/main.cpp
index f61d407d4a..1046c7b7ef 100644
--- a/src/tools/androidtestrunner/main.cpp
+++ b/src/tools/androidtestrunner/main.cpp
@@ -277,7 +277,7 @@ static void printHelp()
" $PATH will be used.\n"
" --activity <acitvity>: The Activity to run. If missing the first\n"
" activity from AndroidManifest.qml file will be used.\n"
- " --timout <seconds>: Timeout to run the test.\n"
+ " --timeout <seconds>: Timeout to run the test.\n"
" Default is 5 minutes.\n"
" --make <make cmd>: make command, needed to install the qt library.\n"
" If make is missing make sure the --path is set.\n"