From 313ab9d5a230a77c8366e859e9f097e2365a80eb Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Thu, 27 Jul 2017 14:12:37 -0400 Subject: [PATCH] Fix typo in message for volume creation failure This should be "Could not find". Change-Id: I3d34f2ae9ad7594c39431b5afd840fb1f3accfe2 --- cinder/message/message_field.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/message/message_field.py b/cinder/message/message_field.py index dac75aad4ed..5fb56ecad9b 100644 --- a/cinder/message/message_field.py +++ b/cinder/message/message_field.py @@ -50,7 +50,7 @@ class Detail(object): DRIVER_NOT_INITIALIZED = ('002', _('Driver is not initialized at present.')) NO_BACKEND_AVAILABLE = ('003', - _('Could not found any available ' + _('Could not find any available ' 'weighted backend.')) FAILED_TO_UPLOAD_VOLUME = ('004', _("Failed to upload volume to image "