Merge "Fix typos in Cinder files"

This commit is contained in:
Jenkins 2016-05-31 14:18:29 +00:00 committed by Gerrit Code Review
commit adf6529673

View File

@ -106,6 +106,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()