From: Jeff Trawick Date: Wed, 25 Oct 2000 15:03:52 +0000 (+0000) Subject: Fix a typo in a comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5dda8915c7dcb4a8533024290d75645a6c862a83;p=apache 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 b7bce62f2c..221bcf67a8 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. *