]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Typo
authorGerard Garcia <nouboh@gmail.com>
Fri, 29 Aug 2014 16:35:39 +0000 (18:35 +0200)
committerGerard Garcia <nouboh@gmail.com>
Fri, 29 Aug 2014 16:35:39 +0000 (18:35 +0200)
Change-Id: I24871e34c04b3f35bf3c5ba6c4df935ddf3f8c5f

cinder/volume/drivers/emc/emc_vnx_cli.py

index bad73e0cd9b5ca011e1068b1e9571d41cec33ec6..7bc575b80a18f1580bc9de1e634dcc52142835a2 100644 (file)
@@ -1218,7 +1218,7 @@ class CommandLineHelper(object):
             self.active_storage_ip == self.primary_storage_ip else\
             self.primary_storage_ip
 
-        LOG.info(_('Toggle storage_vnx_ip_adress from %(old)s to '
+        LOG.info(_('Toggle storage_vnx_ip_address from %(old)s to '
                    '%(new)s.') %
                  {'old': old_ip,
                   'new': self.primary_storage_ip})