summaryrefslogtreecommitdiff
path: root/buildstream/plugin.py
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2018-10-19 14:21:13 +0100
committerAngelos Evripiotis <angelos.evripiotis@gmail.com>2018-10-19 21:17:01 +0000
commit1c24979a2a808123bafe91191156535dbdc6ec67 (patch)
tree47b23501d5b0cb115faae33bf9fb7c8ad1041ece /buildstream/plugin.py
parentf1550c8ebcbdaf7f2bafedb308246d74fc83a6eb (diff)
downloadbuildstream-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/plugin.py')
-rw-r--r--buildstream/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/plugin.py b/buildstream/plugin.py
index d01cbe112..65b1b6e9d 100644
--- a/buildstream/plugin.py
+++ b/buildstream/plugin.py
@@ -266,7 +266,7 @@ class Plugin():
such as an sha256 sum of a tarball content.
Elements and Sources should implement this by collecting any configurations
- which could possibly effect the output and return a dictionary of these settings.
+ which could possibly affect the output and return a dictionary of these settings.
For Sources, this is guaranteed to only be called if
:func:`Source.get_consistency() <buildstream.source.Source.get_consistency>`