summaryrefslogtreecommitdiff
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
parent892866e1fbc08c9cb233ee9f4fe23cd01d0a4b56 (diff)
downloadbuildstream-aevri/affect.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.
-rw-r--r--buildstream/_scheduler/queues/queue.py2
-rw-r--r--buildstream/_yaml.py2
-rw-r--r--buildstream/buildelement.py2
-rw-r--r--buildstream/plugin.py2
-rw-r--r--buildstream/plugins/elements/autotools.yaml2
-rw-r--r--buildstream/plugins/elements/cmake.yaml2
-rw-r--r--buildstream/plugins/elements/make.yaml2
-rw-r--r--buildstream/plugins/elements/manual.yaml2
-rw-r--r--buildstream/plugins/elements/meson.yaml2
-rw-r--r--buildstream/plugins/elements/qmake.yaml2
-rw-r--r--buildstream/plugins/sources/git.py2
11 files changed, 11 insertions, 11 deletions
diff --git a/buildstream/_scheduler/queues/queue.py b/buildstream/_scheduler/queues/queue.py
index 0e07a078f..909cebb44 100644
--- a/buildstream/_scheduler/queues/queue.py
+++ b/buildstream/_scheduler/queues/queue.py
@@ -208,7 +208,7 @@ class Queue():
# This will have different results for elements depending
# on the Queue.status() implementation.
#
- # o Elements which are QueueStatus.WAIT will not be effected
+ # o Elements which are QueueStatus.WAIT will not be affected
#
# o Elements which are QueueStatus.SKIP will move directly
# to the dequeue pool
diff --git a/buildstream/_yaml.py b/buildstream/_yaml.py
index e24d482f0..30fc77291 100644
--- a/buildstream/_yaml.py
+++ b/buildstream/_yaml.py
@@ -972,7 +972,7 @@ def node_validate(node, valid_keys):
#
# The purpose of this is to create a virtual copy-on-write
# copy of a dictionary, so that mutating it in any way does
-# not effect the underlying dictionaries.
+# not affect the underlying dictionaries.
#
# collections.ChainMap covers this already mostly, but fails
# to record internal state so as to hide keys which have been
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
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>`
diff --git a/buildstream/plugins/elements/autotools.yaml b/buildstream/plugins/elements/autotools.yaml
index a6917f869..85f7393e7 100644
--- a/buildstream/plugins/elements/autotools.yaml
+++ b/buildstream/plugins/elements/autotools.yaml
@@ -123,7 +123,7 @@ environment:
V: 1
# And dont consider MAKEFLAGS or V as something which may
-# effect build output.
+# affect build output.
environment-nocache:
- MAKEFLAGS
- V
diff --git a/buildstream/plugins/elements/cmake.yaml b/buildstream/plugins/elements/cmake.yaml
index d38a2d226..0fb2e715a 100644
--- a/buildstream/plugins/elements/cmake.yaml
+++ b/buildstream/plugins/elements/cmake.yaml
@@ -66,7 +66,7 @@ environment:
V: 1
# And dont consider JOBS or V as something which may
-# effect build output.
+# affect build output.
environment-nocache:
- JOBS
- V
diff --git a/buildstream/plugins/elements/make.yaml b/buildstream/plugins/elements/make.yaml
index 1438bb52b..83e5c658f 100644
--- a/buildstream/plugins/elements/make.yaml
+++ b/buildstream/plugins/elements/make.yaml
@@ -36,7 +36,7 @@ environment:
V: 1
# And dont consider MAKEFLAGS or V as something which may
-# effect build output.
+# affect build output.
environment-nocache:
- MAKEFLAGS
- V
diff --git a/buildstream/plugins/elements/manual.yaml b/buildstream/plugins/elements/manual.yaml
index 32ebf2be7..cba5608cc 100644
--- a/buildstream/plugins/elements/manual.yaml
+++ b/buildstream/plugins/elements/manual.yaml
@@ -35,7 +35,7 @@ environment:
V: 1
# And dont consider MAKEFLAGS or V as something which may
-# effect build output.
+# affect build output.
environment-nocache:
- MAKEFLAGS
- V
diff --git a/buildstream/plugins/elements/meson.yaml b/buildstream/plugins/elements/meson.yaml
index 9636d76e7..2172cb34c 100644
--- a/buildstream/plugins/elements/meson.yaml
+++ b/buildstream/plugins/elements/meson.yaml
@@ -74,6 +74,6 @@ environment:
%{max-jobs}
# And dont consider NINJAJOBS as something which may
-# effect build output.
+# affect build output.
environment-nocache:
- NINJAJOBS
diff --git a/buildstream/plugins/elements/qmake.yaml b/buildstream/plugins/elements/qmake.yaml
index 38bf2dacd..4ac31932e 100644
--- a/buildstream/plugins/elements/qmake.yaml
+++ b/buildstream/plugins/elements/qmake.yaml
@@ -44,7 +44,7 @@ environment:
V: 1
# And dont consider MAKEFLAGS or V as something which may
-# effect build output.
+# affect build output.
environment-nocache:
- MAKEFLAGS
- V
diff --git a/buildstream/plugins/sources/git.py b/buildstream/plugins/sources/git.py
index bce399cd9..dd042a3bd 100644
--- a/buildstream/plugins/sources/git.py
+++ b/buildstream/plugins/sources/git.py
@@ -415,7 +415,7 @@ class GitSource(Source):
def get_unique_key(self):
# Here we want to encode the local name of the repository and
# the ref, if the user changes the alias to fetch the same sources
- # from another location, it should not effect the cache key.
+ # from another location, it should not affect the cache key.
key = [self.original_url, self.mirror.ref]
# Only modify the cache key with checkout_submodules if it's something