[vlc-devel] commit: Typo in README.txt file about Lua interface ( Vicente Jimenez Aguilar )

git version control git at videolan.org
Mon Dec 1 08:24:02 CET 2008


vlc | branch: master | Vicente Jimenez Aguilar <googuy at gmail.com> | Sun Nov 30 21:27:00 2008 +0100| [804fae6c8d1e2bc3c3d27766657a9b171e949954] | committer: Jean-Baptiste Kempf 

Typo in README.txt file about Lua interface

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=804fae6c8d1e2bc3c3d27766657a9b171e949954
---

 share/lua/intf/README.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/lua/intf/README.txt b/share/lua/intf/README.txt
index 42b7795..1094b01 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. 
 




More information about the vlc-devel mailing list