vlc | branch: master | Pierre Ynard <[email protected]> | Sun Dec 4 03:55:36 2011 +0100| [a9b61b9d2296c992cd3241bb30139fcb6093d5f0] | committer: Pierre Ynard
lua: fix reference to telnet.lua > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a9b61b9d2296c992cd3241bb30139fcb6093d5f0 --- share/lua/intf/modules/host.lua | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/lua/intf/modules/host.lua b/share/lua/intf/modules/host.lua index 8b52e0b..1627377 100644 --- a/share/lua/intf/modules/host.lua +++ b/share/lua/intf/modules/host.lua @@ -59,7 +59,7 @@ Example use: end end -For complete examples see existing VLC Lua interface modules (ie telnet.lua) +For complete examples see existing VLC Lua interface modules (ie cli.lua) --]==========================================================================] module("host",package.seeall) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
