summaryrefslogtreecommitdiff
path: root/buildstream/buildelement.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/buildelement.py')
-rw-r--r--buildstream/buildelement.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/buildelement.py b/buildstream/buildelement.py
index e04ee38b0..3edc6d2a1 100644
--- a/buildstream/buildelement.py
+++ b/buildstream/buildelement.py
@@ -176,7 +176,7 @@ class BuildElement(Element):
# Specifying notparallel for a given element effects the
# cache key, while having the side effect of setting max-jobs to 1,
- # which is normally automatically resolved and does not effect
+ # which is normally automatically resolved and does not affect
# the cache key.
if self.get_variable('notparallel'):
dictionary['notparallel'] = True