Skip to content

Commit 74e9b2e

Browse files
committed
Typo corrected
1 parent 50b949b commit 74e9b2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/singletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def is_peripherals_available(target_mcu_name, peripherals=None):
238238

239239
def print_test_result(test_result, target_name, toolchain_name,
240240
test_id, test_description, elapsed_time, duration):
241-
""" Use specific convention to pront test result and related data."""
241+
""" Use specific convention to print test result and related data."""
242242
tokens = []
243243
tokens.append("TargetTest")
244244
tokens.append(target_name)

0 commit comments

Comments
 (0)