summaryrefslogtreecommitdiff
path: root/lib/spack/external/ctest_log_parser.py
diff options
context:
space:
mode:
authorZack Galbreath <zack.galbreath@kitware.com>2018-04-19 15:19:00 -0400
committerTodd Gamblin <tgamblin@llnl.gov>2018-05-15 05:43:07 -0700
commitd174d6618f0d2343866243d4aeb54b12f8706ccf (patch)
tree30424f0a3f72141e4f8d765d0ce8d8bfdb87a80f /lib/spack/external/ctest_log_parser.py
parent072f907831a610fa67cdc3e66bde685fa0d79519 (diff)
downloadspack-d174d6618f0d2343866243d4aeb54b12f8706ccf.tar.gz
spack-d174d6618f0d2343866243d4aeb54b12f8706ccf.tar.bz2
spack-d174d6618f0d2343866243d4aeb54b12f8706ccf.tar.xz
spack-d174d6618f0d2343866243d4aeb54b12f8706ccf.zip
Fix typo in comment
Diffstat (limited to 'lib/spack/external/ctest_log_parser.py')
-rw-r--r--lib/spack/external/ctest_log_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/external/ctest_log_parser.py b/lib/spack/external/ctest_log_parser.py
index 021575102c..56e0f57aa1 100644
--- a/lib/spack/external/ctest_log_parser.py
+++ b/lib/spack/external/ctest_log_parser.py
@@ -422,7 +422,7 @@ class CTestLogParser(object):
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):