Typos fixed

Change-Id: I936261efb9ab59e6149f13b475daf514985a4324
This commit is contained in:
Aparupa 2015-02-10 13:17:25 -08:00
parent 73fc4bc023
commit 264e69bc9d
2 changed files with 2 additions and 2 deletions

View 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.")

View 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)