Change-Id: Ice34323a7d7e3af7f8eeb776cc63b9f54f780147
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