summaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2016-09-30 07:04:46 +0100
committerGitHub <noreply@github.com>2016-09-30 07:04:46 +0100
commitd3e588cd7827ff4b157f22d116d384c4cf718406 (patch)
tree770c4ba97ec222eddeac59b0579f71eeb144f8da /network
parenta58e1d59c0aac82ef8b1284e55d7cfea31e3317a (diff)
downloadansible-modules-extras-d3e588cd7827ff4b157f22d116d384c4cf718406.tar.gz
Typos in doc's strings (#3071)
Diffstat (limited to 'network')
-rw-r--r--network/asa/asa_acl.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/asa/asa_acl.py b/network/asa/asa_acl.py
index b51dfefb..55d3fd58 100644
--- a/network/asa/asa_acl.py
+++ b/network/asa/asa_acl.py
@@ -31,7 +31,7 @@ options:
- The ordered set of commands that should be configured in the
section. The commands must be the exact same commands as found
in the device running-config. Be sure to note the configuration
- command syntanx as some commands are automatically modified by the
+ command syntax as some commands are automatically modified by the
device config parser.
required: true
before:
@@ -40,7 +40,7 @@ options:
a change needs to be made. This allows the playbook designer
the opportunity to perform configuration commands prior to pushing
any changes without affecting how the set of commands are matched
- against the system
+ against the system.
required: false
default: null
after:
@@ -69,7 +69,7 @@ options:
the modified lines are pushed to the device in configuration
mode. If the replace argument is set to I(block) then the entire
command block is pushed to the device in configuration mode if any
- line is not correct
+ line is not correct.
required: false
default: line
choices: ['line', 'block']