]> git.sesse.net Git - vlc/blobdiff - share/lua/intf/telnet.lua
Typos
[vlc] / share / lua / intf / telnet.lua
index 89a478669ca50ccc74e19ea5b9f90f7b4c4d5243..a72d4b17904087fc79d3e464fa6900ac0215b8e0 100644 (file)
@@ -58,7 +58,7 @@ function on_password( client )
     if client.type == host.client_type.net then
         client:send( "Password: " ..IAC..WILL..ECHO )
     else
-        -- no authentification needed on stdin
+        -- no authentication needed on stdin
         client:switch_status( host.status.read )
     end
 end