mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
s/existant/existent/
This commit is contained in:
parent
58a9895bae
commit
252ec67bc8
@ -48,7 +48,7 @@ def __virtual__():
|
|||||||
def _enabled_used_error(ret):
|
def _enabled_used_error(ret):
|
||||||
ret['result'] = False
|
ret['result'] = False
|
||||||
ret['comment'] = (
|
ret['comment'] = (
|
||||||
'Service {0} uses non-existant option "enabled". ' +
|
'Service {0} uses non-existent option "enabled". ' +
|
||||||
'Perhaps "enable" option was intended?'
|
'Perhaps "enable" option was intended?'
|
||||||
).format(ret['name'])
|
).format(ret['name'])
|
||||||
return ret
|
return ret
|
||||||
|
Loading…
Reference in New Issue
Block a user