]> git.sesse.net Git - vlc/blobdiff - modules/access/http.c
Typos
[vlc] / modules / access / http.c
index 94355047918333d12e3f817b83b5d482c1848170..983fab7dac4ffe4c17c097c78fcc189a7948ca89 100644 (file)
@@ -426,7 +426,7 @@ static int OpenWithCookies( vlc_object_t *p_this, const char *psz_access,
                         {
                             /* Get the proxy URL :
                             Proxy server value in the registry can be something like "address:port"
-                            or "ftp=adress1:port1;http=adress2:port2 ..." depending of the
+                            or "ftp=address1:port1;http=address2:port2 ..." depending of the
                             confirguration. */
                             char *psz_proxy;
                             psz_proxy = strstr( psz_key, "http=" );