git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1e9d50
)
Fixed typo in proxy description. (Patch by Ari Constancio)
author
Laurent Aimar
<fenrir@videolan.org>
Sat, 24 Mar 2007 00:47:47 +0000
(
00:47
+0000)
committer
Laurent Aimar
<fenrir@videolan.org>
Sat, 24 Mar 2007 00:47:47 +0000
(
00:47
+0000)
modules/access/http.c
patch
|
blob
|
history
diff --git
a/modules/access/http.c
b/modules/access/http.c
index
e87b8c6
..
b027e25
100644
(file)
--- 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 use
s
d 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." )