]> git.sesse.net Git - vlc/blobdiff - src/network/tcp.c
Typos
[vlc] / src / network / tcp.c
index 0fabdd0afab905728d421f5905e4c07657242b84..537c4f919bf96281458d6e3f28962963d9f1f73f 100644 (file)
@@ -422,7 +422,7 @@ static int SocksNegotiate( vlc_object_t *p_obj,
             msg_Err( p_obj, "socks: unsupported authentication method %x",
                      buffer[0] );
         else
-            msg_Err( p_obj, "socks: authentification needed" );
+            msg_Err( p_obj, "socks: authentication needed" );
         return VLC_EGENERIC;
     }