mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 18:04:02 -07:00
fix spelling mistakes in several modules (#36296)
* fix more spelling mistakes * fix spelling mistakes
This commit is contained in:
parent
a50db37c6c
commit
16c564c4b4
21 changed files with 33 additions and 33 deletions
|
@ -472,7 +472,7 @@ class Mtu(object):
|
|||
# get interface info
|
||||
self.intf_info = self.get_interface_dict(self.interface)
|
||||
if not self.intf_info:
|
||||
self.module.fail_json(msg='Error: interface does not exists.')
|
||||
self.module.fail_json(msg='Error: interface does not exist.')
|
||||
|
||||
# check interface
|
||||
if self.mtu and self.intf_info['isL2SwitchPort'] == 'true':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue