mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Merge pull request #2320 from jkleckner/minor-spelling-fixes
Minor spelling fixes
This commit is contained in:
commit
44e44cf295
8 changed files with 10 additions and 10 deletions
|
@ -632,7 +632,7 @@ class AnsibleModule(object):
|
|||
|
||||
def _log_invocation(self):
|
||||
''' log that ansible ran the module '''
|
||||
# TODO: generalize a seperate log function and make log_invocation use it
|
||||
# TODO: generalize a separate log function and make log_invocation use it
|
||||
# Sanitize possible password argument when logging.
|
||||
log_args = dict()
|
||||
passwd_keys = ['password', 'login_password']
|
||||
|
|
|
@ -681,7 +681,7 @@ class Runner(object):
|
|||
# *****************************************************
|
||||
|
||||
def _partition_results(self, results):
|
||||
''' seperate results by ones we contacted & ones we didn't '''
|
||||
''' separate results by ones we contacted & ones we didn't '''
|
||||
|
||||
if results is None:
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue