From 0848c5f3c141b61db694e711f99189724a131df1 Mon Sep 17 00:00:00 2001 From: Renato Monteiro <45536168+monteiro-renato@users.noreply.github.com> Date: Sun, 17 Sep 2023 02:48:51 +0100 Subject: [PATCH] Fix typo in test_hifi.py (#1194) --- mininet/test/test_hifi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mininet/test/test_hifi.py b/mininet/test/test_hifi.py index ec74239..e1cf980 100755 --- a/mininet/test/test_hifi.py +++ b/mininet/test/test_hifi.py @@ -131,7 +131,7 @@ class testOptionsTopoCommon( object ): BW_TOLERANCE = 0.8 # BW fraction below which test should fail # Verify ability to create limited-link topo first; lopts = { 'bw': BW, 'use_htb': True } - # Also verify correctness of limit limitng within a bound. + # Also verify correctness of limit limiting within a bound. mn = Mininet( SingleSwitchOptionsTopo( n=N, lopts=lopts ), link=TCLink, switch=self.switchClass, waitConnected=True )