packages/net/tinyproxy/patches/100-fix_typo.patch
florian 9bbc87b8ba Fix tinyproxy patch
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8546 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-08-30 14:48:42 +00:00

13 lines
467 B
Diff

diff -urN tinyproxy-1.6.3/src/reqs.c tinyproxy-1.6.3.new/src/reqs.c
--- tinyproxy-1.6.3/src/reqs.c 2004-08-06 18:56:55.000000000 +0200
+++ tinyproxy-1.6.3.new/src/reqs.c 2007-08-30 16:50:31.000000000 +0200
@@ -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);