From e54ddc93a6122c1a898c505c5fe6f9ba2a345712 Mon Sep 17 00:00:00 2001 From: Liuyuanfeng Date: Fri, 23 Dec 2016 04:37:55 +0800 Subject: [PATCH] Modify error word "procedence" to "precedence" Change-Id: Ic50da097c0f67198840a5d1fdfde3591569406fa --- neutron/agent/l3/router_processing_queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/agent/l3/router_processing_queue.py b/neutron/agent/l3/router_processing_queue.py index 99a3d1c2a12..8764dd73cba 100644 --- a/neutron/agent/l3/router_processing_queue.py +++ b/neutron/agent/l3/router_processing_queue.py @@ -47,7 +47,7 @@ class RouterUpdate(object): Lower numerical priority always gets precedence. When comparing two updates of the same priority then the one with the earlier timestamp - gets procedence. In the unlikely event that the timestamps are also + gets precedence. In the unlikely event that the timestamps are also equal it falls back to a simple comparison of ids meaning the precedence is essentially random. """