add patch to fix typo in 403 error message thanks Stereo
[openwrt/svn-archive/archive.git] / net / tinyproxy / patches / 100-fix_typo.patch
1 --- tinyproxy-1.6.3/src/reqs.c-orig 2007-08-29 13:20:53.000000000 -0500
2 +++ tinyproxy-1.6.3/src/reqs.c 2007-08-29 13:21:53.000000000 -0500
3 @@ -726,7 +726,7 @@
4 request->host);
5
6 indicate_http_error(connptr, 403, "Filtered",
7 - "detail", "The request you made has been filted",
8 + "detail", "The request you made has been filtered",
9 "url", url,
10 NULL);