diff options
author | Abhijeet Kasurde <akasurde@redhat.com> | 2017-06-12 12:25:19 +0530 |
---|---|---|
committer | John R Barker <john@johnrbarker.com> | 2017-06-12 07:55:19 +0100 |
commit | b89cb956092e6f28d16010dc887ee2dc46e7855b (patch) | |
tree | 0162132b7c833888bc16a32c6d5e251245aedd03 /lib/ansible/modules/network/ordnance | |
parent | 460d932aa8e8fbdc0c72057e2e43f6e98d1d590c (diff) | |
download | ansible-b89cb956092e6f28d16010dc887ee2dc46e7855b.tar.gz |
Fix spelling mistakes (comments only) (#25564)
Original Author : klemens <ka7@github.com>
Taking over previous PR as per
https://github.com/ansible/ansible/pull/23644#issuecomment-307334525
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'lib/ansible/modules/network/ordnance')
-rw-r--r-- | lib/ansible/modules/network/ordnance/ordnance_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/network/ordnance/ordnance_config.py b/lib/ansible/modules/network/ordnance/ordnance_config.py index 5256142ebd..d95f51744d 100644 --- a/lib/ansible/modules/network/ordnance/ordnance_config.py +++ b/lib/ansible/modules/network/ordnance/ordnance_config.py @@ -103,7 +103,7 @@ options: choices: ['line', 'block'] multiline_delimiter: description: - - This arugment is used when pushing a multiline configuration + - This argument is used when pushing a multiline configuration element to the Ordnance router. It specifies the character to use as the delimiting character. This only applies to the configuration action |