fix misspelling of 'password'

Change-Id: I343350caa1a59e2c2f82912c95fed04fc95eff86
This commit is contained in:
wangqiangbj 2018-01-25 19:44:08 +08:00
parent dc19ecb4a3
commit e675fdad3b
1 changed files with 1 additions and 1 deletions

View File

@ -883,7 +883,7 @@ def update_root_password():
m_helper.connect(user='root', password=new_root_passwd)
m_helper.execute('select 1;')
except OperationalError as ex:
log("Error connecting using new passowrd: %s" % str(ex), level=DEBUG)
log("Error connecting using new password: %s" % str(ex), level=DEBUG)
log(('Cannot connect using new password, not updating password in '
'the relation'), level=WARNING)
return