tools: Fix typo in comment

pull/13007/head
Jaeden Amero 2020-05-22 14:51:58 +01:00
parent 9a8c9e2c29
commit 8be07a4906
1 changed files with 1 additions and 1 deletions

View File

@ -652,7 +652,7 @@ class mbedToolchain(with_metaclass(ABCMeta, object)):
@abstractmethod
def parse_output(self, output):
"""Take in compiler output and extract sinlge line warnings and errors from it.
"""Take in compiler output and extract single line warnings and errors from it.
Positional arguments:
output -- a string of all the messages emitted by a run of the compiler