From bbceb945f0aefc01ca97e98870d558fc45b336dd Mon Sep 17 00:00:00 2001 From: Alex Holden Date: Fri, 7 Mar 2014 10:04:15 -0800 Subject: [PATCH] Fixed spelling error - accomodate to accommodate Change-Id: I88bc2c3034e4fdc19b7d0a0e0ebf7eb5b2ad44f7 --- cinder/volume/drivers/emc/emc_vnx_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.45.2