]> git.sesse.net Git - vlc/commitdiff
Fixed typo in proxy description. (Patch by Ari Constancio)
authorLaurent Aimar <fenrir@videolan.org>
Sat, 24 Mar 2007 00:47:47 +0000 (00:47 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 24 Mar 2007 00:47:47 +0000 (00:47 +0000)
modules/access/http.c

index e87b8c6df0677ab5042e41ad43cf2ff4a34e9636..b027e25ae370cd2ca33146e01c86b468c52cdfbe 100644 (file)
@@ -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." )