fix spelling mistakes in several modules (#36296)

* fix more spelling mistakes

* fix spelling mistakes
This commit is contained in:
Sebastian Gumprich 2018-03-12 11:00:19 +01:00 committed by Dag Wieers
commit 16c564c4b4
21 changed files with 33 additions and 33 deletions

View file

@ -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':