summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2016-11-02 13:49:55 +0000
committerGitHub <noreply@github.com>2016-11-02 13:49:55 +0000
commitebc3a0628fe752e3d650b2d62b9b267a3086c425 (patch)
tree1644d599870454122e44af40b619de8c6490b4f1
parente69e1ca2c84b428fc31fa77157626894333fd88f (diff)
downloadansible-modules-core-ebc3a0628fe752e3d650b2d62b9b267a3086c425.tar.gz
Correct typos in docs strings (#5233)
-rw-r--r--network/netvisor/pn_trunk.py4
-rw-r--r--network/nxos/nxos_ntp_options.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/network/netvisor/pn_trunk.py b/network/netvisor/pn_trunk.py
index 9d06cfc6..68fcb07d 100644
--- a/network/netvisor/pn_trunk.py
+++ b/network/netvisor/pn_trunk.py
@@ -105,10 +105,10 @@ options:
pn_mirror_receive:
description:
- Specify if the configuration receives mirrored traffic.
- pn_unkown_ucast_level:
+ pn_unknown_ucast_level:
description:
- Specify an unkown unicast level in percent. The default value is 100%.
- pn_unkown_mcast_level:
+ pn_unknown_mcast_level:
description:
- Specify an unkown multicast level in percent. The default value is 100%.
pn_broadcast_level:
diff --git a/network/nxos/nxos_ntp_options.py b/network/nxos/nxos_ntp_options.py
index 9c030132..fbc1cd57 100644
--- a/network/nxos/nxos_ntp_options.py
+++ b/network/nxos/nxos_ntp_options.py
@@ -41,7 +41,7 @@ options:
required: false
default: null
choices: ['true','false']
- stratrum:
+ stratum:
description:
- If C(master=true), an optional stratum can be supplied (1-15).
The device default is 8.