From ba569f4d827ca3b8e8b78af500a6a54e5ff34b75 Mon Sep 17 00:00:00 2001 From: Renato Monteiro <45536168+monteiro-renato@users.noreply.github.com> Date: Sun, 17 Sep 2023 00:11:21 +0100 Subject: [PATCH] Fix typo in net.py (#1198) --- mininet/net.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mininet/net.py b/mininet/net.py index cfd1a90..5760832 100755 --- a/mininet/net.py +++ b/mininet/net.py @@ -443,7 +443,7 @@ class Mininet( object ): host.configDefault( ip=None, mac=None ) # You're low priority, dude! # BL: do we want to do this here or not? - # May not make sense if we have CPU lmiting... + # May not make sense if we have CPU limiting... # quietRun( 'renice +18 -p ' + repr( host.pid ) ) # This may not be the right place to do this, but # it needs to be done somewhere.