fix typos in commands modules (#62197)

pull/62217/head
Andrey Klychkov 5 years ago committed by Alicia Cozine
parent 742eebc92c
commit 6691527799

@ -211,7 +211,7 @@ def main():
# This should catch all insufficient versions of pexpect # This should catch all insufficient versions of pexpect
# We deem them insufficient for their lack of ability to specify # We deem them insufficient for their lack of ability to specify
# to not echo responses via the run/runu functions, which would # to not echo responses via the run/runu functions, which would
# potentially leak sensentive information # potentially leak sensitive information
module.fail_json(msg='Insufficient version of pexpect installed ' module.fail_json(msg='Insufficient version of pexpect installed '
'(%s), this module requires pexpect>=3.3. ' '(%s), this module requires pexpect>=3.3. '
'Error was %s' % (pexpect.__version__, to_native(e))) 'Error was %s' % (pexpect.__version__, to_native(e)))

@ -93,7 +93,7 @@ options:
asynchronous: asynchronous:
description: description:
- Will run the command as a detached process and the module returns - Will run the command as a detached process and the module returns
immediately after starting the processs while the process continues to immediately after starting the process while the process continues to
run in the background. run in the background.
- The I(stdout) and I(stderr) return values will be null when this is set - The I(stdout) and I(stderr) return values will be null when this is set
to C(yes). to C(yes).

Loading…
Cancel
Save