summaryrefslogtreecommitdiff
path: root/buildstream/scriptelement.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/scriptelement.py')
-rw-r--r--buildstream/scriptelement.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildstream/scriptelement.py b/buildstream/scriptelement.py
index 212402058..3a5d914d0 100644
--- a/buildstream/scriptelement.py
+++ b/buildstream/scriptelement.py
@@ -45,7 +45,7 @@ class ScriptElement(Element):
__commands = None
__layout = []
- # The compose element's output is it's dependencies, so
+ # The compose element's output is its dependencies, so
# we must rebuild if the dependencies change even when
# not in strict build plans.
#
@@ -135,7 +135,7 @@ class ScriptElement(Element):
be made available at the specified location.
"""
#
- # Even if this is an empty list by default, make sure that it's
+ # Even if this is an empty list by default, make sure that its
# instance data instead of appending stuff directly onto class data.
#
if not self.__layout: