summaryrefslogtreecommitdiff
path: root/tests/topotests/lib/topogen.py
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2022-04-20 11:04:14 +0300
committerGitHub <noreply@github.com>2022-04-20 11:04:14 +0300
commit3d3c38b1d44f4d6f6f04a81fca70fc7ac195812a (patch)
tree50fd3849596e3b294b656158efee024c589157c2 /tests/topotests/lib/topogen.py
parent1815b8f3354ed1a8163c103caec8404a318a05c2 (diff)
parent4667220e3a7312f09eb192d7b26d7587918f14d0 (diff)
Merge pull request #11051 from donaldsharp/speell_more
Speell more
Diffstat (limited to 'tests/topotests/lib/topogen.py')
-rw-r--r--tests/topotests/lib/topogen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/lib/topogen.py b/tests/topotests/lib/topogen.py
index 4ed5b2f825..c04506f47e 100644
--- a/tests/topotests/lib/topogen.py
+++ b/tests/topotests/lib/topogen.py
@@ -443,7 +443,7 @@ class Topogen(object):
def start_router(self, router=None):
"""
Call the router startRouter method.
- If no router is specified it is called for all registred routers.
+ If no router is specified it is called for all registered routers.
"""
if router is None:
# pylint: disable=r1704