From 7abb84bafb2ca7c6137cbfa73987e174e7ebba52 Mon Sep 17 00:00:00 2001 From: hanchl <1922361860@qq.com> Date: Wed, 25 Mar 2020 15:36:47 +0800 Subject: [PATCH] Fix a spelling mistake Change-Id: Ib74e98990294db056239008b15292da12595c6c8 --- cinder/volume/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/volume/manager.py b/cinder/volume/manager.py index 6145dc30f8c..4886fa94378 100644 --- a/cinder/volume/manager.py +++ b/cinder/volume/manager.py @@ -2423,7 +2423,7 @@ class VolumeManager(manager.CleanableManager, # In the new flow we simplified this and we don't need it, instead of # doing a bunch of swapping we just do attachment-create/delete on the # nova side, and then here we just do the ID swaps that are necessary - # to maintain the old beahvior + # to maintain the old behavior # Restore the attachments for old flow use-case if orig_volume_status == 'in-use' and volume.status in ['available',