summaryrefslogtreecommitdiff
path: root/tests/topotests/lib/topogen.py
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-04-19 08:09:36 -0400
committerDonald Sharp <sharpd@nvidia.com>2022-04-19 08:09:36 -0400
commitb515c81a2257aeea14fff6e9fc86d880bc62cc9d (patch)
tree2cb1f8838ef0a804f4d7dd641a206b3cdddeb558 /tests/topotests/lib/topogen.py
parentf5327fc339b05fb6fce51cf2feb0c8338b16747e (diff)
tests: Fix spelling of 'registred'
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
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