summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos Evripiotis <jevripiotis@bloomberg.net>2019-02-19 17:25:26 +0000
committerAngelos Evripiotis <jevripiotis@bloomberg.net>2019-02-20 14:07:24 +0000
commitc22639024ff5875880afebd30a0d0d9a118a56d9 (patch)
tree0d98f98cc9e3a5bbff3dddaa4e94518d05b4d955
parent5a9143b2362663053e87cc6867597af557b2771a (diff)
downloadbuildstream-c22639024ff5875880afebd30a0d0d9a118a56d9.tar.gz
doc/./arch_scheduler: fix 'imerative' typo
-rw-r--r--doc/source/arch_scheduler.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/arch_scheduler.rst b/doc/source/arch_scheduler.rst
index e20408263..59efd68c2 100644
--- a/doc/source/arch_scheduler.rst
+++ b/doc/source/arch_scheduler.rst
@@ -73,7 +73,7 @@ The Queue implementations are:
The pull queue tries to obtain a built artifact from a remote artifact server,
it should be placed in advance of the fetch queue if used, since we can safely
- avoid fetching if fetching is not imerative, and we already have a cached
+ avoid fetching if fetching is not imperative, and we already have a cached
artifact.
* **Fetch**