Commit 16003b1e authored by Olof Johansson's avatar Olof Johansson Committed by Anas Nashif
Browse files

twister: Fix trivial typo



Plarforms -> Platforms

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent ddd0a82a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.")