]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fixed misspelling in solidfire.py
authorPengfei Zhang <lalasjtu@gmail.com>
Thu, 29 Jan 2015 15:16:49 +0000 (23:16 +0800)
committerPengfei Zhang <lalasjtu@gmail.com>
Thu, 29 Jan 2015 15:17:46 +0000 (23:17 +0800)
Change-Id: Ice34323a7d7e3af7f8eeb776cc63b9f54f780147

cinder/volume/drivers/solidfire.py

index c824f3be73d331103a9f9c2223059418b594223a..9765d600503b55d93f78c82bf84366a1ce0e613f 100644 (file)
@@ -571,7 +571,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