summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2018-02-11 15:52:59 +0000
committerJürg Billeter <j@bitron.ch>2018-02-13 04:56:49 +0000
commitb6e0dd362bdd309ed74474e4a3dce9f2e3763015 (patch)
treef47034d421cb9efedd806199823cba69819f27de
parent7002d25a21a36bee19eb2b6f5ab134118683e10b (diff)
downloadbuildstream-b6e0dd362bdd309ed74474e4a3dce9f2e3763015.tar.gz
source.py: fix comment typo
-rw-r--r--buildstream/source.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/source.py b/buildstream/source.py
index 5c3192e50..590d0e262 100644
--- a/buildstream/source.py
+++ b/buildstream/source.py
@@ -337,7 +337,7 @@ class Source(Plugin):
def _fetch(self):
self.fetch()
- # Return the path where this source should be staged under given dierctory
+ # Return the path where this source should be staged under given directory
def _get_staging_path(self, directory):
if self.__directory is not None:
directory = os.path.join(directory, self.__directory.lstrip(os.sep))