summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/network/junos/junos_interfaces.py
diff options
context:
space:
mode:
authorAndrey Klychkov <aaklychkov@mail.ru>2019-09-17 19:01:28 +0300
committerToshio Kuratomi <a.badger@gmail.com>2019-09-17 16:32:45 -0700
commitcca87ffafbc764ad4ad9fb4382ae62d617b018fb (patch)
tree13af147b93d03ffd397ece1ac4f5367329d5ccf5 /lib/ansible/modules/network/junos/junos_interfaces.py
parentffbda8d15398d988f85deafe9f494da014ac2728 (diff)
downloadansible-cca87ffafbc764ad4ad9fb4382ae62d617b018fb.tar.gz
fix typos in network modules (#62320)
* fix typos in network modules (cherry picked from commit f11429a80db74a87f28473623889527c1d93964e)
Diffstat (limited to 'lib/ansible/modules/network/junos/junos_interfaces.py')
-rw-r--r--lib/ansible/modules/network/junos/junos_interfaces.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/modules/network/junos/junos_interfaces.py b/lib/ansible/modules/network/junos/junos_interfaces.py
index 219c3662aa..7f10b38dce 100644
--- a/lib/ansible/modules/network/junos/junos_interfaces.py
+++ b/lib/ansible/modules/network/junos/junos_interfaces.py
@@ -182,7 +182,7 @@ EXAMPLES = """
# }
-# Using overriden
+# Using overridden
# Before state:
# -------------
@@ -212,7 +212,7 @@ EXAMPLES = """
mtu: 2800
- name: ge-0/0/3
description: 'Configured by Ansible-3'
- state: overriden
+ state: overridden
# After state:
# ------------