diff options
author | Angelos Evripiotis <jevripiotis@bloomberg.net> | 2018-10-19 14:21:13 +0100 |
---|---|---|
committer | Angelos Evripiotis <angelos.evripiotis@gmail.com> | 2018-10-19 21:17:01 +0000 |
commit | 1c24979a2a808123bafe91191156535dbdc6ec67 (patch) | |
tree | 47b23501d5b0cb115faae33bf9fb7c8ad1041ece /buildstream/buildelement.py | |
parent | f1550c8ebcbdaf7f2bafedb308246d74fc83a6eb (diff) | |
download | buildstream-1c24979a2a808123bafe91191156535dbdc6ec67.tar.gz |
Spelling fixes: 'affect', not 'effect' as verb
Fix most instances of 'effect' being used as a verb instead of a noun.
Skipped generated instance in doc/source/conf.py.
Diffstat (limited to 'buildstream/buildelement.py')
-rw-r--r-- | buildstream/buildelement.py | 2 |
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 |