Modify error word "procedence" to "precedence"

Change-Id: Ic50da097c0f67198840a5d1fdfde3591569406fa
This commit is contained in:
Liuyuanfeng 2016-12-23 04:37:55 +08:00
parent 6321ba7bed
commit e54ddc93a6
1 changed files with 1 additions and 1 deletions

View File

@ -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.
"""