Fix job example and misspelling

At some point, we changed 'image' to 'label' and missed that in
the docs. Also correct a misspelled word.

Change-Id: Ie0e6ef8cc9eafe9b5353a07e6d11b6c67580b77a
This commit is contained in:
David Shrewsbury 2017-08-04 11:55:01 -04:00
parent 0fb1dd76be
commit c50cb57539
2 changed files with 2 additions and 2 deletions

View File

@ -489,7 +489,7 @@ Here is an example of two job definitions:
parent: base
nodes:
- name: test-node
image: fedora
label: fedora
.. attr:: job

View File

@ -3,7 +3,7 @@
Job Content
===========
Zuul jobs are implemneted as Ansible playbooks. Zuul prepares the
Zuul jobs are implemented as Ansible playbooks. Zuul prepares the
repositories used for a job, installs any required Ansible roles, and
then executes the job's playbooks. Any setup or artifact collection
required is the responsibility of the job itself. While this flexible