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

@ -236,7 +236,7 @@ class OSXDefaults(object):
# First try to find out the type
rc, out, err = self.module.run_command(self._base_command() + ["read-type", self.domain, self.key])
# If RC is 1, the key does not exists
# If RC is 1, the key does not exist
if rc == 1:
return None