diff --git a/lib/HTTP/Proxy.pm b/lib/HTTP/Proxy.pm index a234874..72c3365 100644 --- a/lib/HTTP/Proxy.pm +++ b/lib/HTTP/Proxy.pm @@ -867,7 +867,7 @@ Named parameters can be used to create the match routine. They are: query - the URI query string mime - the MIME type (for a response-body filter) -The filters are applied only when all the the parameters match the +The filters are applied only when all the parameters match the request or the response. All these named parameters have default values, which are: @@ -971,7 +971,7 @@ This method is called by C if needed. =item push_filter() The C method is used to add filters to the proxy. -It is fully described in section L. +It is fully described in section L. =back