summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2018-02-11 15:52:59 +0000
committerAngelos Evripiotis <jevripiotis@bloomberg.net>2018-02-11 15:52:59 +0000
commit63c20ab4673099f9418c78dc225b83247fa63a3e (patch)
treee3bce348dd1540e12231d7a4bc1edf4bc939b75a
parent4f3251a56cfbc51861458532124db9d858b63fe3 (diff)
downloadbuildstream-doc_staging_dir.tar.gz
source.py: fix comment typodoc_staging_dir
-rw-r--r--buildstream/source.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/source.py b/buildstream/source.py
index c766322a8..ff54b43ff 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))