From 7641d8b24dab5aac3f66ab4f52fd892bc08bb26d Mon Sep 17 00:00:00 2001 From: Nguyen Hung Phuong Date: Mon, 28 Mar 2016 09:24:27 +0700 Subject: [PATCH] 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 --- cinder/cmd/all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/cmd/all.py b/cinder/cmd/all.py index 28b89758822..1493e115f1b 100644 --- a/cinder/cmd/all.py +++ b/cinder/cmd/all.py @@ -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()