Fix typos in Cinder files

I also found this typo in:
cinder/locale/cs/LC_MESSAGES/cinder-log-error.po
cinder/locale/cs/LC_MESSAGES/cinder-log-warning.po
cinder/locale/cinder-log-error.pot
Those files are imported so I will not fix them.
TrivialFix

Change-Id: I51b276d9060916d8e1b79744aec6ec762a36e47a
This commit is contained in:
Nguyen Hung Phuong 2016-03-28 09:24:27 +07:00
parent 6a6e5a15dc
commit 7641d8b24d

View File

@ -103,6 +103,6 @@ def main():
server = service.Service.create(binary='cinder-volume')
launcher.launch_service(server)
except (Exception, SystemExit):
LOG.exception(_LE('Failed to load conder-volume'))
LOG.exception(_LE('Failed to load cinder-volume'))
launcher.wait()