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 <jevripiotis@bloomberg.net>2018-10-19 14:35:12 +0100
commit907be4ff641d5a03a57ba51ccf618fa7d8f252e4 (patch)
treea8462df6391b3f6b5ca52511f703b13fb99e5ad5 /buildstream/plugin.py
parent892866e1fbc08c9cb233ee9f4fe23cd01d0a4b56 (diff)
downloadbuildstream-907be4ff641d5a03a57ba51ccf618fa7d8f252e4.tar.gz
Spelling fixes: 'affect', not 'effect' as verbaevri/affect
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>`