mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 23:44:00 -07:00
Fix spelling mistakes (comments only) (#25564)
Original Author : klemens <ka7@github.com> Taking over previous PR as per https://github.com/ansible/ansible/pull/23644#issuecomment-307334525 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
460d932aa8
commit
b89cb95609
158 changed files with 202 additions and 201 deletions
|
@ -67,7 +67,7 @@ def get_sysv_script(name):
|
|||
def sysv_exists(name):
|
||||
'''
|
||||
This function will return True or False depending on
|
||||
the existance of an init script corresponding to the service name supplied.
|
||||
the existence of an init script corresponding to the service name supplied.
|
||||
|
||||
:arg name: name of the service to test for
|
||||
'''
|
||||
|
@ -93,7 +93,7 @@ def fail_if_missing(module, found, service, msg=''):
|
|||
|
||||
def daemonize(module, cmd):
|
||||
'''
|
||||
Execute a command while detaching as a deamon, returns rc, stdout, and stderr.
|
||||
Execute a command while detaching as a daemon, returns rc, stdout, and stderr.
|
||||
|
||||
:arg module: is an AnsbileModule object, used for it's utility methods
|
||||
:arg cmd: is a list or string representing the command and options to run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue