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
parent a4077537e0
commit 25b6492d37
91 changed files with 908 additions and 148 deletions

View file

@ -45,7 +45,7 @@ options:
format of the configuration file. Devices support three
configuration file formats. By default, the configuration
from the device is returned as text. The other options include
set and xml. If the xml option is choosen, the configuration file
set and xml. If the xml option is chosen, the configuration file
is returned as both xml and json.
required: false
default: text
@ -81,7 +81,7 @@ EXAMPLES = """
RETURN = """
ansible_facts:
descrption: Returns the facts collect from the device
description: Returns the facts collect from the device
returned: always
type: dict
"""