test-runner.py: Fix spelling mistakes in help
Signed-off-by: Thomas Böhler <t.boehler@kunbus.com>
diff --git a/automated/utils/test-runner.py b/automated/utils/test-runner.py
index be4dd70..f865313 100755
--- a/automated/utils/test-runner.py
+++ b/automated/utils/test-runner.py
@@ -1137,7 +1137,7 @@
dest="test_plan",
help=textwrap.dedent(
"""\
- specify an test plan file which has tests and related
+ specify a test plan file which has tests and related
params listed in yaml format.
"""
),
@@ -1237,7 +1237,7 @@
dest="overlay",
help=textwrap.dedent(
"""\
- Specify test plan ovelay file to:
+ Specify test plan overlay file to:
* skip tests
* amend test parameters
* add new tests