add patch to fix typo in 403 error message thanks Stereo
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 29 Aug 2007 18:27:14 +0000 (18:27 +0000)
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 29 Aug 2007 18:27:14 +0000 (18:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8539 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/tinyproxy/patches/100-fix_typo.patch [new file with mode: 0644]

diff --git a/net/tinyproxy/patches/100-fix_typo.patch b/net/tinyproxy/patches/100-fix_typo.patch
new file mode 100644 (file)
index 0000000..7033e2f
--- /dev/null
@@ -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);