[vlc-commits] luatelnet: fix grammar

Pierre Ynard git at videolan.org
Wed Feb 2 00:56:31 CET 2011


vlc/vlc-1.1 | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Wed Oct 27 01:40:20 2010 +0200| [e76b283498c78882a4b9689777400915479a2a59] | committer: Pierre Ynard

luatelnet: fix grammar
(cherry picked from commit 415dab3b66f17c808045d41577c0b97d7732db33)

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

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

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

diff --git a/share/lua/intf/telnet.lua b/share/lua/intf/telnet.lua
index b07e14a..2e22ac1 100644
--- a/share/lua/intf/telnet.lua
+++ b/share/lua/intf/telnet.lua
@@ -183,7 +183,7 @@ while not vlc.misc.should_die() do
     for _, client in pairs(r) do
         local str = client.cmds .. client:recv(1000)
 
-        if not str then -- the telnet client program has leave
+        if not str then -- the telnet client program has left
             client.cmds = "quit"
         elseif string.match(str,"\n") then
             client.cmds = str



More information about the vlc-commits mailing list