updatedd: hotplug scripts should not be executable
[openwrt/svn-archive/archive.git] / net / tinyproxy / patches / 100-fix_typo.patch
1 diff -urN tinyproxy-1.6.3/src/reqs.c tinyproxy-1.6.3.new/src/reqs.c
2 --- tinyproxy-1.6.3/src/reqs.c 2004-08-06 18:56:55.000000000 +0200
3 +++ tinyproxy-1.6.3.new/src/reqs.c 2007-08-30 16:50:31.000000000 +0200
4 @@ -726,7 +726,7 @@
5 request->host);
6
7 indicate_http_error(connptr, 403, "Filtered",
8 - "detail", "The request you made has been filted",
9 + "detail", "The request you made has been filtered",
10 "url", url,
11 NULL);
12