Change-Id: I936261efb9ab59e6149f13b475daf514985a4324
class DistributedHARouterNotSupported(NotImplementedError):
- message = _("Currenly distributed HA routers are "
+ message = _("Currently distributed HA routers are "
"not supported.")
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)