From: Alex Holden Date: Fri, 7 Mar 2014 18:04:15 +0000 (-0800) Subject: Fixed spelling error - accomodate to accommodate X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=bbceb945f0aefc01ca97e98870d558fc45b336dd;p=openstack-build%2Fcinder-build.git Fixed spelling error - accomodate to accommodate Change-Id: I88bc2c3034e4fdc19b7d0a0e0ebf7eb5b2ad44f7 --- diff --git a/cinder/volume/drivers/emc/emc_vnx_cli.py b/cinder/volume/drivers/emc/emc_vnx_cli.py index bdccf5bcf..a0b3840c6 100644 --- a/cinder/volume/drivers/emc/emc_vnx_cli.py +++ b/cinder/volume/drivers/emc/emc_vnx_cli.py @@ -611,7 +611,7 @@ class EMCVnxCli(object): if host_lun_id is None: msg = (_('Unable to get new host lun id. Please ' - 'check if the storage group can accomodate ' + 'check if the storage group can accommodate ' 'new LUN. ' 'Command to add LUN for volume - %s ' 'in storagegroup failed') % (volumename))