Merge "Fix typo in log messages and comments"

This commit is contained in:
Jenkins
2015-05-11 15:46:38 +00:00
committed by Gerrit Code Review
3 changed files with 4 additions and 4 deletions

View File

@@ -634,7 +634,7 @@ class SolidFireDriver(san.SanISCSIDriver):
if ((not image_meta.get('is_public', False)) and
(image_meta['owner'] != volume['project_id'])):
LOG.warning(_LW("Requested image is not "
"accesible by current Tenant."))
"accessible by current Tenant."))
return None, False
# Is virtual_size property set on the image?