summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-07-16 13:04:04 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-07-24 12:27:10 +0000
commit385aeca45de981254f2e8d7b18221917e4abda51 (patch)
tree23cc3560108d3a3e7e0bf8868df1439da15766b7
parentd5252efeaa37ac00c5019dfca79e9235e6e773d8 (diff)
downloadbuildstream-385aeca45de981254f2e8d7b18221917e4abda51.tar.gz
_exceptions: fix 'BuildSream' typo
-rw-r--r--src/buildstream/_exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/_exceptions.py b/src/buildstream/_exceptions.py
index 0e20c512c..d5b87a85e 100644
--- a/src/buildstream/_exceptions.py
+++ b/src/buildstream/_exceptions.py
@@ -98,7 +98,7 @@ class ErrorDomain(Enum):
PROG_NOT_FOUND = 15
-# BstError is an internal base exception class for BuildSream
+# BstError is an internal base exception class for BuildStream
# exceptions.
#
# The sole purpose of using the base class is to add additional