mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -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
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue