From fa2f5a5201c09ec82e0188036e27c6ba76d37d1d Mon Sep 17 00:00:00 2001 From: Amit Saha Date: Thu, 12 Feb 2015 12:35:25 +0530 Subject: [PATCH] Fixed typo There were spelling mistakes in couple comment sections in the code. Change-Id: I05d419bdf6402032fe1bc3b90c51cfd8381c3741 --- cinder/volume/drivers/solidfire.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cinder/volume/drivers/solidfire.py b/cinder/volume/drivers/solidfire.py index 7cf9a11bb..8b1b67a07 100644 --- a/cinder/volume/drivers/solidfire.py +++ b/cinder/volume/drivers/solidfire.py @@ -255,7 +255,7 @@ class SolidFireDriver(SanISCSIDriver): def _create_sfaccount(self, project_id): """Create account on SolidFire device if it doesn't already exist. - We're first going to check if the account already exits, if it does + We're first going to check if the account already exists, if it does just return it. If not, then create it. """ @@ -587,7 +587,7 @@ class SolidFireDriver(SanISCSIDriver): def _verify_image_volume(self, context, image_meta, image_service): # This method just verifies that IF we have a cache volume that # it's still up to date and current WRT the image in Glance - # ie an image-update hasn't occured since we grabbed it + # ie an image-update hasn't occurred since we grabbed it # If it's out of date, just delete it and we'll create a new one # Any other case we don't care and just return without doing anything -- 2.45.2