summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_suppress_fa
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-04-19 14:09:36 +0200
committerDonald Sharp <sharpd@nvidia.com>2022-04-19 14:09:36 +0200
commitb515c81a2257aeea14fff6e9fc86d880bc62cc9d (patch)
tree2cb1f8838ef0a804f4d7dd641a206b3cdddeb558 /tests/topotests/ospf_suppress_fa
parentMerge pull request #11012 from anlancs/bgpd-mh-simplify-condition (diff)
downloadfrr-b515c81a2257aeea14fff6e9fc86d880bc62cc9d.tar.xz
frr-b515c81a2257aeea14fff6e9fc86d880bc62cc9d.zip
tests: Fix spelling of 'registred'
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/topotests/ospf_suppress_fa')
-rw-r--r--tests/topotests/ospf_suppress_fa/test_ospf_suppress_fa.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/ospf_suppress_fa/test_ospf_suppress_fa.py b/tests/topotests/ospf_suppress_fa/test_ospf_suppress_fa.py
index 01ddbc152..5903649d6 100644
--- a/tests/topotests/ospf_suppress_fa/test_ospf_suppress_fa.py
+++ b/tests/topotests/ospf_suppress_fa/test_ospf_suppress_fa.py
@@ -79,7 +79,7 @@ def setup_module(mod):
# This is a sample of configuration loading.
router_list = tgen.routers()
- # For all registred routers, load the zebra and ospf configuration file
+ # For all registered routers, load the zebra and ospf configuration file
for rname, router in router_list.items():
router.load_config(
TopoRouter.RD_ZEBRA, os.path.join(CWD, "{}/zebra.conf".format(rname))