Commit 3f64684b authored by Laurent Aimar's avatar Laurent Aimar

Fixed typo in proxy description. (Patch by Ari Constancio)

parent b1e9d504
...@@ -50,7 +50,7 @@ static void Close( vlc_object_t * ); ...@@ -50,7 +50,7 @@ static void Close( vlc_object_t * );
#define PROXY_TEXT N_("HTTP proxy") #define PROXY_TEXT N_("HTTP proxy")
#define PROXY_LONGTEXT N_( \ #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/ ; " \ "http://[user[:pass]@]myproxy.mydomain:myport/ ; " \
"if empty, the http_proxy environment variable will be tried." ) "if empty, the http_proxy environment variable will be tried." )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment