Merge "Fix minor spelling error"

This commit is contained in:
Zuul 2020-03-20 13:46:38 +00:00 committed by Gerrit Code Review
commit 70c70f8880
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ In order to prepare for distributed pipeline execution we need to use Zookeeper
for scheduling jobs on the executors. This is needed so that any scheduler can
take over a pipeline execution without having to restart jobs.
As discribed above the executor will look for builds. These will be stored in
As described above the executor will look for builds. These will be stored in
``/zuul/builds/<sequence>``. The builds will contain every information that is
needed to run the job. The builds are stored outside of the pipeline itself
for two reasons. First the executors should not need to do a deep search when