twister: Fix trivial typo

Plarforms -> Platforms

Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
Olof Johansson 2021-11-19 05:23:55 -08:00 committed by Anas Nashif
commit 16003b1e58

View file

@ -730,7 +730,7 @@ structure in the main Zephyr tree: boards/<arch>/<board_name>/""")
"--enable-coverage.")
parser.add_argument("--coverage-platform", action="append", default=[],
help="Plarforms to run coverage reports on. "
help="Platforms to run coverage reports on. "
"This option may be used multiple times. "
"Default to what was selected with --platform.")