]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Typos fixed
authorAparupa <apdasgup@cisco.com>
Tue, 10 Feb 2015 21:17:25 +0000 (13:17 -0800)
committerAparupa <apdasgup@cisco.com>
Tue, 10 Feb 2015 21:28:17 +0000 (13:28 -0800)
Change-Id: I936261efb9ab59e6149f13b475daf514985a4324

neutron/extensions/l3_ext_ha_mode.py
neutron/plugins/ml2/drivers/arista/arista_l3_driver.py

index 444598873ded71c68f79e0cc179744412fac8ee7..006cd54d493e55c5ed3e419dccc1efd6589e62ed 100644 (file)
@@ -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.")
 
 
index baffd600942e052dce766d0a135732c64eab31f5..5d9001108d5fa90f12ac17a66ac487fe8d3d5945 100644 (file)
@@ -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)