From 94bd3a70e52888720411dee19cafb1cc2306bc20 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Wed, 28 Sep 2016 12:09:02 +0100 Subject: [PATCH] Correct typos (#3055) --- lib/ansible/modules/extras/network/asa/asa_config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/extras/network/asa/asa_config.py b/lib/ansible/modules/extras/network/asa/asa_config.py index 8c196cea1ef..e90f5fbfaae 100644 --- a/lib/ansible/modules/extras/network/asa/asa_config.py +++ b/lib/ansible/modules/extras/network/asa/asa_config.py @@ -23,8 +23,8 @@ version_added: "2.2" author: "Peter Sprygada (@privateip), Patrick Ogenstad (@ogenstad)" short_description: Manage Cisco ASA configuration sections description: - - Cisco ASA configurations use a simple block indent file sytanx - for segementing configuration into sections. This module provides + - Cisco ASA configurations use a simple block indent file syntax + for segmenting configuration into sections. This module provides an implementation for working with ASA configuration sections in a deterministic way. extends_documentation_fragment: asa @@ -131,7 +131,7 @@ options: choices: ['yes', 'no'] config: description: - - The C(config) argument allows the playbook desginer to supply + - The C(config) argument allows the playbook designer to supply the base configuration to be used to validate configuration changes necessary. If this argument is provided, the module will not download the running-config from the remote node.