From: Jeff Trawick Date: Wed, 25 Oct 2000 15:03:52 +0000 (+0000) Subject: Fix a typo in a comment. X-Git-Tag: APACHE_2_0_ALPHA_8~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c0d3fd6cff2bdd389e31565b0ae50b3ec6f6877;p=thirdparty%2Fapache%2Fhttpd.git Fix a typo in a comment. Submitted by: Chris Pepper Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86746 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/util_filter.h b/include/util_filter.h index b7bce62f2cc..221bcf67a8d 100644 --- a/include/util_filter.h +++ b/include/util_filter.h @@ -181,7 +181,7 @@ typedef union ap_filter_func { * responses across multiple requests. * * It is important to note that these types of filters are not allowed - * in a sub-request. A sub-requests output can certainly be filtered + * in a sub-request. A sub-request's output can certainly be filtered * by AP_FTYPE_CONTENT filters, but all of the "final processing" is * determined by the main request. *