From fb288a11896de66a810cf4eebcb6c97a691dff26 Mon Sep 17 00:00:00 2001 From: hgangwx Date: Fri, 18 Dec 2015 21:07:25 +0800 Subject: [PATCH] Misspelling in message Misspelling in the message: "Duplicate adddress detected" Should be "Duplicate address detected" Totally 1 occasion in Neutron base code. Change-Id: I95adccffd80763cf9ab171b29e6812b821373b6e --- neutron/agent/linux/ip_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/agent/linux/ip_lib.py b/neutron/agent/linux/ip_lib.py index db538ecd1..336c3f4b5 100644 --- a/neutron/agent/linux/ip_lib.py +++ b/neutron/agent/linux/ip_lib.py @@ -610,7 +610,7 @@ class IpAddrCommand(IpDeviceCommandBase): return True if addr_info['dadfailed']: raise AddressNotReady( - address=address, reason=_('Duplicate adddress detected')) + address=address, reason=_('Duplicate address detected')) errmsg = _("Exceeded %s second limit waiting for " "address to leave the tentative state.") % wait_time utils.utils.wait_until_true( -- 2.45.2