Fix typo in log messages and comments

Fixed following typos in log messages and comment strings

accesible -> accessible
Extacts -> Extracts
intitiators -> initiators
swith -> switch
unavailble -> unavailable

Change-Id: I972984f61ee2d97db64aece0e5116ed5ca1da4cf
This commit is contained in:
ankitagrawal
2015-03-26 00:32:54 -07:00
parent 7a4dd75265
commit ae081380d9
3 changed files with 4 additions and 4 deletions

View File

@@ -633,7 +633,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?