s/existant/existent/

This commit is contained in:
Kyle Kelley 2013-10-07 14:47:42 -05:00
parent 58a9895bae
commit 252ec67bc8

View File

@ -48,7 +48,7 @@ def __virtual__():
def _enabled_used_error(ret):
ret['result'] = False
ret['comment'] = (
'Service {0} uses non-existant option "enabled". ' +
'Service {0} uses non-existent option "enabled". ' +
'Perhaps "enable" option was intended?'
).format(ret['name'])
return ret