Fix typo in service module docs

This commit is contained in:
Tim Bielawa 2012-10-08 12:46:16 -04:00
parent f32778aa93
commit 1e35ac7603

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" ]