Fix typo in comment
This commit is contained in:
parent
072f907831
commit
d174d6618f
2
lib/spack/external/ctest_log_parser.py
vendored
2
lib/spack/external/ctest_log_parser.py
vendored
@ -422,7 +422,7 @@ def parse(self, stream, context=6, jobs=None):
|
||||
context (int): lines of context to extract around each log event
|
||||
|
||||
Returns:
|
||||
(tuple): two lists containig ``BuildError`` and
|
||||
(tuple): two lists containing ``BuildError`` and
|
||||
``BuildWarning`` objects.
|
||||
"""
|
||||
if isinstance(stream, string_types):
|
||||
|
Loading…
Reference in New Issue
Block a user