From 24549ee80a62440a16bb0a398d0786f4ef444d00 Mon Sep 17 00:00:00 2001 From: Johannes Meixner Date: Tue, 10 May 2016 10:30:28 +0300 Subject: [PATCH] network/*/*_config.py: Correct typo. - Replace syntanx with syntax in all things network. --- network/eos/eos_config.py | 2 +- network/ios/ios_config.py | 2 +- network/iosxr/iosxr_config.py | 2 +- network/nxos/nxos_config.py | 2 +- network/openswitch/ops_config.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/network/eos/eos_config.py b/network/eos/eos_config.py index 78b38aac34d..14b3ebbf772 100644 --- a/network/eos/eos_config.py +++ b/network/eos/eos_config.py @@ -34,7 +34,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 parents: diff --git a/network/ios/ios_config.py b/network/ios/ios_config.py index cdd016d1cd1..915bec36168 100644 --- a/network/ios/ios_config.py +++ b/network/ios/ios_config.py @@ -34,7 +34,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 parents: diff --git a/network/iosxr/iosxr_config.py b/network/iosxr/iosxr_config.py index 6667d491174..fe8f853a12a 100644 --- a/network/iosxr/iosxr_config.py +++ b/network/iosxr/iosxr_config.py @@ -35,7 +35,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 parents: diff --git a/network/nxos/nxos_config.py b/network/nxos/nxos_config.py index 53a0ddfcc8d..248d13ae209 100644 --- a/network/nxos/nxos_config.py +++ b/network/nxos/nxos_config.py @@ -35,7 +35,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 parents: diff --git a/network/openswitch/ops_config.py b/network/openswitch/ops_config.py index d1e794068e6..56814fec280 100644 --- a/network/openswitch/ops_config.py +++ b/network/openswitch/ops_config.py @@ -34,7 +34,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 parents: