summaryrefslogtreecommitdiff
path: root/buildstream/_frontend
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2018-10-16 18:03:51 +0100
committerJürg Billeter <j@bitron.ch>2018-10-16 20:40:39 +0100
commitac5b482d297a80e6f86af90ccb1cfb8e2d377774 (patch)
tree9de54a21c5b2674d5f9cac1f03d2bb17abd4d2d7 /buildstream/_frontend
parentb023d5c01abbc2b74ee9d150b7999e647da0951a (diff)
downloadbuildstream-ac5b482d297a80e6f86af90ccb1cfb8e2d377774.tar.gz
Fix spelling of it's and its
Diffstat (limited to 'buildstream/_frontend')
-rw-r--r--buildstream/_frontend/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_frontend/cli.py b/buildstream/_frontend/cli.py
index 20624e2ac..85632959f 100644
--- a/buildstream/_frontend/cli.py
+++ b/buildstream/_frontend/cli.py
@@ -104,7 +104,7 @@ def complete_target(args, incomplete):
# The project is not required to have an element-path
element_directory = project.get('element-path')
- # If a project was loaded, use it's element-path to
+ # If a project was loaded, use its element-path to
# adjust our completion's base directory
if element_directory:
base_directory = os.path.join(base_directory, element_directory)