From 21b6f8d4b8afbd413b7fa6ab540785038554ca3a Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Thu, 30 Aug 2007 14:48:42 +0000 Subject: [PATCH] Fix tinyproxy patch SVN-Revision: 8546 --- net/tinyproxy/patches/100-fix_typo.patch | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/net/tinyproxy/patches/100-fix_typo.patch b/net/tinyproxy/patches/100-fix_typo.patch index 7033e2f39a..27e1e61f07 100644 --- a/net/tinyproxy/patches/100-fix_typo.patch +++ b/net/tinyproxy/patches/100-fix_typo.patch @@ -1,10 +1,12 @@ ---- 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 +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); + 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