[vlc-commits] commit: luatelnet: fix grammar (Pierre Ynard )

git at videolan.org git at videolan.org
Wed Oct 27 01:40:14 CEST 2010


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

luatelnet: fix grammar

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

 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 209ae90..2166c2a 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