diff options
author | Richard Dale <richard.dale@codethink.co.uk> | 2018-10-16 18:03:51 +0100 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2018-10-16 20:40:39 +0100 |
commit | ac5b482d297a80e6f86af90ccb1cfb8e2d377774 (patch) | |
tree | 9de54a21c5b2674d5f9cac1f03d2bb17abd4d2d7 /tests/testutils | |
parent | b023d5c01abbc2b74ee9d150b7999e647da0951a (diff) | |
download | buildstream-ac5b482d297a80e6f86af90ccb1cfb8e2d377774.tar.gz |
Fix spelling of it's and its
Diffstat (limited to 'tests/testutils')
-rw-r--r-- | tests/testutils/artifactshare.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testutils/artifactshare.py b/tests/testutils/artifactshare.py index d95667227..759fd7b00 100644 --- a/tests/testutils/artifactshare.py +++ b/tests/testutils/artifactshare.py @@ -32,7 +32,7 @@ class ArtifactShare(): def __init__(self, directory, *, total_space=None, free_space=None): # The working directory for the artifact share (in case it - # needs to do something outside of it's backend's storage folder). + # needs to do something outside of its backend's storage folder). # self.directory = os.path.abspath(directory) |