mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
fix spelling mistakes in several modules (#36296)
* fix more spelling mistakes * fix spelling mistakes
This commit is contained in:
committed by
Dag Wieers
parent
a50db37c6c
commit
16c564c4b4
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user