summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.com>2018-03-20 17:05:02 +0000
committerJames Ennis <james.ennis@codethink.com>2018-03-20 17:05:02 +0000
commit6a5e8446e8bd8cdb085eba4546db0e8caaa3941e (patch)
treec7294660a7f8915d3646122760df075b65a1b73c
parent91f47004de85f1907255c5730034ad97cd1e3454 (diff)
downloadbuildstream-6a5e8446e8bd8cdb085eba4546db0e8caaa3941e.tar.gz
index.rst: Fixed typo in About BuildStream
-rw-r--r--doc/source/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 53b97d16a..0e0493fa7 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -13,7 +13,7 @@ BuildStream is a flexible and extensible framework for the modelling of build
pipelines in a declarative YAML format, written in python.
These pipelines are composed of abstract elements which perform mutations on
-on *filesystem data* as input and output, and are related to eachother by their
+*filesystem data* as input and output, and are related to eachother by their
dependencies.