From 1c7733741a7df8d1c64d5c7046b07b17a19c0ad7 Mon Sep 17 00:00:00 2001 From: Travis Kemen Date: Wed, 29 Aug 2007 18:27:14 +0000 Subject: [PATCH] add patch to fix typo in 403 error message thanks Stereo SVN-Revision: 8539 --- net/tinyproxy/patches/100-fix_typo.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net/tinyproxy/patches/100-fix_typo.patch 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); -- 2.30.2