[vlc-commits] lua: fix reference to telnet.lua

Pierre Ynard git at videolan.org
Sun Dec 4 04:01:40 CET 2011


vlc/vlc-1.2 | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Sun Dec  4 03:55:36 2011 +0100| [f6820a316c50beefbac4609c9a1b3c774bc43d9f] | committer: Pierre Ynard

lua: fix reference to telnet.lua
(cherry picked from commit a9b61b9d2296c992cd3241bb30139fcb6093d5f0)

Signed-off-by: Pierre Ynard <linkfanel at yahoo.fr>

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

 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)



More information about the vlc-commits mailing list