Adding netns wrapper
[nepi.git] / src / nepi / resources / ns3 / ns3wrapper_debug.py
index 51eae83..99a6e5b 100644 (file)
@@ -20,8 +20,8 @@
 
 ############ METHODS DEBUG NS3WRAPPER EXECUTION
 ##
-## The ns3wrapper works in an interactive mode, receiving instructions in
-## a distributed manner. This makes it very hard to debug scripting errors 
+## The ns3wrapper works in ditributed mode, receiving instructions from
+## a remote client. This makes it very hard to debug scripting errors 
 ## in the client side. To simplify error debugging, when set to debug mode,
 ## the ns3wrapper dumps every executed line to a script that can be then
 ## executed locally to reproduce and debug the experiment.