From 264e69bc9d88e2d86e1bb97d359065d33e09574f Mon Sep 17 00:00:00 2001 From: Aparupa Date: Tue, 10 Feb 2015 13:17:25 -0800 Subject: [PATCH] Typos fixed Change-Id: I936261efb9ab59e6149f13b475daf514985a4324 --- neutron/extensions/l3_ext_ha_mode.py | 2 +- neutron/plugins/ml2/drivers/arista/arista_l3_driver.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/neutron/extensions/l3_ext_ha_mode.py b/neutron/extensions/l3_ext_ha_mode.py index 444598873..006cd54d4 100644 --- a/neutron/extensions/l3_ext_ha_mode.py +++ b/neutron/extensions/l3_ext_ha_mode.py @@ -30,7 +30,7 @@ EXTENDED_ATTRIBUTES_2_0 = { class DistributedHARouterNotSupported(NotImplementedError): - message = _("Currenly distributed HA routers are " + message = _("Currently distributed HA routers are " "not supported.") diff --git a/neutron/plugins/ml2/drivers/arista/arista_l3_driver.py b/neutron/plugins/ml2/drivers/arista/arista_l3_driver.py index baffd6009..5d9001108 100644 --- a/neutron/plugins/ml2/drivers/arista/arista_l3_driver.py +++ b/neutron/plugins/ml2/drivers/arista/arista_l3_driver.py @@ -374,7 +374,7 @@ class AristaL3Driver(object): LOG.info(_LI('Results of execution on Arista EOS: %s'), ret) except Exception: - msg = (_LE("Error occured while trying to execute " + msg = (_LE("Error occurred while trying to execute " "commands %(cmd)s on EOS %(host)s"), {'cmd': full_command, 'host': server}) LOG.exception(msg) -- 2.45.2