From: Laurent Aimar Date: Sat, 24 Mar 2007 00:47:47 +0000 (+0000) Subject: Fixed typo in proxy description. (Patch by Ari Constancio) X-Git-Tag: 0.9.0-test0~8044 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3f64684b87267f9c4d985cedc5dc3dbd24bc3a24;p=vlc Fixed typo in proxy description. (Patch by Ari Constancio) --- diff --git a/modules/access/http.c b/modules/access/http.c index e87b8c6df0..b027e25ae3 100644 --- a/modules/access/http.c +++ b/modules/access/http.c @@ -50,7 +50,7 @@ static void Close( vlc_object_t * ); #define PROXY_TEXT N_("HTTP proxy") #define PROXY_LONGTEXT N_( \ - "HTTP proxy to be usesd It must be of the form " \ + "HTTP proxy to be used It must be of the form " \ "http://[user[:pass]@]myproxy.mydomain:myport/ ; " \ "if empty, the http_proxy environment variable will be tried." )