trawick 00/10/25 08:03:54
Modified: src/include util_filter.h
Log:
Fix a typo in a comment.
Submitted by: Chris Pepper <[EMAIL PROTECTED]>
Reviewed by: Jeff Trawick
Revision Changes Path
1.32 +1 -1 apache-2.0/src/include/util_filter.h
Index: util_filter.h
===================================================================
RCS file: /home/cvs/apache-2.0/src/include/util_filter.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- util_filter.h 2000/10/25 10:39:04 1.31
+++ util_filter.h 2000/10/25 15:03:52 1.32
@@ -181,7 +181,7 @@
* 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.
*