diff options
author | Paul Sherwood <paul.sherwood@codethink.co.uk> | 2017-02-11 07:33:06 +0000 |
---|---|---|
committer | Paul Sherwood <paul.sherwood@codethink.co.uk> | 2017-02-11 07:33:13 +0000 |
commit | e89680b5b08fadec7b31d9dbda2a376c669da9a4 (patch) | |
tree | 5154517308d23140113f8f6bd032217e107028a5 /buildstream/plugin.py | |
parent | a2fa4368d1c417be6687969c5ddbbee68628c156 (diff) | |
download | buildstream-e89680b5b08fadec7b31d9dbda2a376c669da9a4.tar.gz |
Remove apostrophes from grammatically incorrect instances of "it's"
Diffstat (limited to 'buildstream/plugin.py')
-rwxr-xr-x[-rw-r--r--] | buildstream/plugin.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildstream/plugin.py b/buildstream/plugin.py index 4134b358e..8ce30a7cc 100644..100755 --- a/buildstream/plugin.py +++ b/buildstream/plugin.py @@ -302,7 +302,7 @@ class Plugin(): # Activity will be logged and timed with self.timed_activity("Mirroring {}".format(self.url)): - # This will raise SourceError on it's own + # This will raise SourceError on its own self.call(... command which takes time ...) """ starttime = datetime.datetime.now() @@ -519,7 +519,7 @@ __PLUGINS_TABLE = WeakValueDictionary() # _plugin_lookup(): # -# Fetch a plugin in the current process by it's +# Fetch a plugin in the current process by its # unique identifier # # Args: |