add patch to fix typo in 403 error message thanks Stereo
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8539 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2c00595e6d
commit
757baa97d6
10
net/tinyproxy/patches/100-fix_typo.patch
Normal file
10
net/tinyproxy/patches/100-fix_typo.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- tinyproxy-1.6.3/src/reqs.c-orig 2007-08-29 13:20:53.000000000 -0500
|
||||
+++ tinyproxy-1.6.3/src/reqs.c 2007-08-29 13:21:53.000000000 -0500
|
||||
@@ -726,7 +726,7 @@
|
||||
request->host);
|
||||
|
||||
indicate_http_error(connptr, 403, "Filtered",
|
||||
- "detail", "The request you made has been filted",
|
||||
+ "detail", "The request you made has been filtered",
|
||||
"url", url,
|
||||
NULL);
|
Loading…
x
Reference in New Issue
Block a user