summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-02-19 13:20:02 +0000
committerJürg Billeter <j@bitron.ch>2019-02-20 06:06:53 +0000
commit6e86d4dbb710bec8e42678fe4585f16cb7f24b05 (patch)
tree4166d204d61d06fd51a87e2da92050aa068343d6
parent36a60abe062d4c8514cffc374ecd2c926adac190 (diff)
downloadbuildstream-6e86d4dbb710bec8e42678fe4585f16cb7f24b05.tar.gz
doc/./arch_data_model: fixup affect/effect
-rw-r--r--doc/source/arch_data_model.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/arch_data_model.rst b/doc/source/arch_data_model.rst
index 467859a7d..69d75ebf3 100644
--- a/doc/source/arch_data_model.rst
+++ b/doc/source/arch_data_model.rst
@@ -33,7 +33,7 @@ The responsibilities of an element include:
* Loading the element's configuration from the core provided dictionary
* Providing a unique key for any element specific configuration which might
- effect the output produced by the element
+ affect the output produced by the element
* Configuring the sandbox
* Staging the data into the sandbox, which might include Sources and
the outputs of previous elements
@@ -87,7 +87,7 @@ of the host or build environment.
This is to say that:
* User configuration on the host, or filesystem outside of BuildStream designated
- directories, must never be modified as a side effect of running BuildStream.
+ directories, must never be modified as a side-effect of running BuildStream.
* When the Source uses host tools, host side configurations must never result in
deviations of what is staged to a build directory. The Source must behave exactly
@@ -97,7 +97,7 @@ The responsibilities of a source include:
* Loading the source's configuration from the core provided dictionary
* Providing a unique key for any source specific configuration which might
- effect the staged source
+ affect the staged source
* Implement discovery of new versions of the source upstream (referred to as *"tracking"*)
* Staging the unpacked source to a given directory
* Preparing workspaces