Merge pull request #1257 from tbielawa/service_typo

Fix typo in service module docs
This commit is contained in:
Michael DeHaan 2012-10-08 14:21:41 -07:00
commit 5a16a270fc

View file

@ -46,7 +46,7 @@ options:
- If the service does not respond to the status command, name a
substring to look for as would be found in the output of the I(ps)
command as a stand-in for a status result. If the string is found,
the servie will be assumed to be running.
the service will be assumed to be running.
enabled:
required: false
choices: [ "yes", "no" ]