From: thepeople Date: Wed, 29 Aug 2007 18:27:14 +0000 (+0000) Subject: add patch to fix typo in 403 error message thanks Stereo X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=757baa97d6e9b6c063e9fdf1465d86fd721200ce;p=packages.git 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 --- diff --git a/net/tinyproxy/patches/100-fix_typo.patch b/net/tinyproxy/patches/100-fix_typo.patch new file mode 100644 index 000000000..7033e2f39 --- /dev/null +++ b/net/tinyproxy/patches/100-fix_typo.patch @@ -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);