From 804fae6c8d1e2bc3c3d27766657a9b171e949954 Mon Sep 17 00:00:00 2001 From: Vicente Jimenez Aguilar Date: Sun, 30 Nov 2008 21:27:00 +0100 Subject: [PATCH 1/1] Typo in README.txt file about Lua interface Signed-off-by: Jean-Baptiste Kempf --- share/lua/intf/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/lua/intf/README.txt b/share/lua/intf/README.txt index 42b7795c1d..1094b0149b 100644 --- a/share/lua/intf/README.txt +++ b/share/lua/intf/README.txt @@ -7,7 +7,7 @@ Examples: rc.lua, telnet.lua and http.lua The "config" global variable is set to the value specified in the --lua-config VLC option. For example: ---lua-config "rc={a='test',c=3},telnel{a='hello'}" +--lua-config "rc={a='test',c=3},telnet={a='hello'}" config will be set to {a='test',c=3} in the rc interface, to {a='hello'} in the telnet interface and won't be set in other interfaces. -- 2.20.1