From d3e588cd7827ff4b157f22d116d384c4cf718406 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Fri, 30 Sep 2016 07:04:46 +0100 Subject: Typos in doc's strings (#3071) --- network/asa/asa_acl.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'network') 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'] -- cgit v1.2.1