Skip to content

Commit 8be07a4

Browse files
committed
tools: Fix typo in comment
1 parent 9a8c9e2 commit 8be07a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/toolchains/mbed_toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ def is_not_supported_error(self, output):
652652

653653
@abstractmethod
654654
def parse_output(self, output):
655-
"""Take in compiler output and extract sinlge line warnings and errors from it.
655+
"""Take in compiler output and extract single line warnings and errors from it.
656656
657657
Positional arguments:
658658
output -- a string of all the messages emitted by a run of the compiler

0 commit comments

Comments
 (0)