Skip to content

Commit 4b6f0c2

Browse files
committed
Fix typo errors
1 parent 4c38fce commit 4b6f0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/cli/plugins/stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ def post_pref(self, apt_packages, packages):
12361236
' BY \'{1}\''.format(self.app.config.get(
12371237
'mysql', 'grant-host'),
12381238
chars),
1239-
errormsg="cannot grant privillages", log=False)
1239+
errormsg="cannot grant priviledges", log=False)
12401240

12411241
# Custom Anemometer configuration
12421242
Log.debug(self, "configration Anemometer")

0 commit comments

Comments
 (0)