Spelling error in state module

This commit is contained in:
Thomas S Hatch 2012-06-28 22:10:53 -06:00
parent df0dfc4638
commit f922152bfc

View File

@ -18,7 +18,7 @@ The mysql_user module is used to manage MySQL users.
def __virtual__():
'''
Olny load if the mysql module is in __salt__
Only load if the mysql module is in __salt__
'''
return 'mysql_user' if 'mysql.user_create' in __salt__ else False