Merge pull request #24481 from eliasp/2015.5-salt.states.powerpath-license_typo

Fix typo (licnese → license).
This commit is contained in:
Nicole Thomas 2015-06-08 21:30:25 -06:00
commit 02a597bf49

View file

@ -19,7 +19,7 @@ def license_present(name):
on the host.
name
The licnese key to ensure is present
The license key to ensure is present
'''
ret = {'name': name,
'changes': {},
@ -61,7 +61,7 @@ def license_absent(name):
on the host.
name
The licnese key to ensure is absent
The license key to ensure is absent
'''
ret = {'name': name,
'changes': {},