From 1169982c0aa7a7fd131e532f961a2b7ee333cd26 Mon Sep 17 00:00:00 2001 From: lantz Date: Tue, 22 Nov 2022 16:43:54 -0800 Subject: [PATCH] Update node.py --- mininet/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mininet/node.py b/mininet/node.py index d8a27ab..4ae0edc 100644 --- a/mininet/node.py +++ b/mininet/node.py @@ -1518,7 +1518,7 @@ class Ryu( Controller ): """Init. name: name to give controller. ryuArgs: modules to pass to Ryu (ryu.app.simple_switch) - command: comand to run Ryu ('ryu run')""" + command: command to run Ryu ('ryu run')""" if isinstance( ryuArgs, ( list, tuple ) ): ryuArgs = ' '.join( ryuArgs ) cargs = kwargs.pop(