Bulk spelling improvement to modules-core (#5225)

* Correct spelling mistakes

* Correct more spelling issues

* merge conflict

* Revert typo in parms
This commit is contained in:
John R Barker 2016-10-13 15:47:50 +01:00 committed by Matt Clay
commit 25b6492d37
91 changed files with 908 additions and 148 deletions

View file

@ -88,7 +88,7 @@ vars:
password: admin
transport: cli
- name: run show verion on remote devices
- name: run show version on remote devices
eos_command:
commands: show version
provider: "{{ cli }}"
@ -106,7 +106,7 @@ vars:
- show interfaces
provider: "{{ cli }}"
- name: run multiple commands and evalute the output
- name: run multiple commands and evaluate the output
eos_command:
commands:
- show version
@ -139,7 +139,7 @@ stdout_lines:
failed_conditions:
description: the conditionals that failed
retured: failed
returned: failed
type: list
sample: ['...', '...']
"""