summaryrefslogtreecommitdiff
path: root/buildstream/plugins/sources/git.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/plugins/sources/git.py
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.
Diffstat (limited to 'buildstream/plugins/sources/git.py')
-rw-r--r--buildstream/plugins/sources/git.py2
1 files changed, 1 insertions, 1 deletions
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