From d51e16fee8818cf1a84b233c1451d4ca0bb282ba Mon Sep 17 00:00:00 2001 From: Quentin De Coninck Date: Thu, 19 May 2016 12:34:55 +0200 Subject: [PATCH] mpExperienceVLC: fix horrible french typo --- src/mpExperienceVLC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mpExperienceVLC.py b/src/mpExperienceVLC.py index 4cc144d..19a2292 100644 --- a/src/mpExperienceVLC.py +++ b/src/mpExperienceVLC.py @@ -59,7 +59,7 @@ class MpExperienceVLC(MpExperience): def getVLCClientCmd(self): s = "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/mininet/usr/lib/ && sudo ldconfig && " \ + MpExperienceVLC.VLC_BIN + " -I dummy --x11-display :66" + \ - " --adaptative-logic 3 --no-loop --play-and-exit " + \ + " --adaptive-logic 3 --no-loop --play-and-exit " + \ " http://" + self.mpConfig.getServerIP() + \ "/" + self.file + " 2>&1 | grep -E '(Neb|halp|bandwidth)' > " + MpExperienceVLC.CLIENT_LOG if self.time != "0" :