summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2017-02-11 07:33:06 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2017-02-11 07:33:13 +0000
commite89680b5b08fadec7b31d9dbda2a376c669da9a4 (patch)
tree5154517308d23140113f8f6bd032217e107028a5 /README.rst
parenta2fa4368d1c417be6687969c5ddbbee68628c156 (diff)
downloadbuildstream-e89680b5b08fadec7b31d9dbda2a376c669da9a4.tar.gz
Remove apostrophes from grammatically incorrect instances of "it's"
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 295f46d06..43cbaf7c7 100644
--- a/README.rst
+++ b/README.rst
@@ -13,6 +13,6 @@ elements for doing more elaborate things such as running custom CI tests or depl
software in special ways.
The build pipeline is a flow based concept which operates on filesystem data as
-input and output. An element's input is the sum of it's dependencies, sources and
+input and output. An element's input is the sum of its dependencies, sources and
configuration loaded from the YAML, while the output is something on the filesystem
which another element can then depend on.