summaryrefslogtreecommitdiff
path: root/buildstream/plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/plugin.py')
-rwxr-xr-x[-rw-r--r--]buildstream/plugin.py4
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: