diff options
author | Jürg Billeter <j@bitron.ch> | 2018-10-16 20:17:39 +0000 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2018-10-16 20:17:39 +0000 |
commit | 3d9c4eca071bb93d782af0e75339eca9dc062fe0 (patch) | |
tree | 9de54a21c5b2674d5f9cac1f03d2bb17abd4d2d7 /buildstream/plugins/elements/compose.py | |
parent | b023d5c01abbc2b74ee9d150b7999e647da0951a (diff) | |
parent | ac5b482d297a80e6f86af90ccb1cfb8e2d377774 (diff) | |
download | buildstream-3d9c4eca071bb93d782af0e75339eca9dc062fe0.tar.gz |
Merge branch 'rdale/spelling' into 'master'
Fix spelling of it's and its
See merge request BuildStream/buildstream!877
Diffstat (limited to 'buildstream/plugins/elements/compose.py')
-rw-r--r-- | buildstream/plugins/elements/compose.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/plugins/elements/compose.py b/buildstream/plugins/elements/compose.py index a206dd6d7..6b99947d5 100644 --- a/buildstream/plugins/elements/compose.py +++ b/buildstream/plugins/elements/compose.py @@ -41,7 +41,7 @@ from buildstream import Element, Scope class ComposeElement(Element): # pylint: disable=attribute-defined-outside-init - # 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. # |