Browse Source

Fix typo errors

hotfix/v3.3.14
Prabuddha Chakraborty 9 years ago
parent
commit
4b6f0c2fe5
  1. 2
      ee/cli/plugins/stack.py

2
ee/cli/plugins/stack.py

@ -1236,7 +1236,7 @@ class EEStackController(CementBaseController):
' BY \'{1}\''.format(self.app.config.get(
'mysql', 'grant-host'),
chars),
errormsg="cannot grant privillages", log=False)
errormsg="cannot grant priviledges", log=False)
# Custom Anemometer configuration
Log.debug(self, "configration Anemometer")

Loading…
Cancel
Save