]> granicus.if.org Git - apache/commitdiff
Fix a typo in a comment.
authorJeff Trawick <trawick@apache.org>
Wed, 25 Oct 2000 15:03:52 +0000 (15:03 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 25 Oct 2000 15:03:52 +0000 (15:03 +0000)
Submitted by: Chris Pepper <pepper@mail.reppep.com>
Reviewed by: Jeff Trawick

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86746 13f79535-47bb-0310-9956-ffa450edef68

include/util_filter.h

index b7bce62f2cc845c2181a8287aceeca450ae6890b..221bcf67a8d901f8b170c797c441c963bd6928f2 100644 (file)
@@ -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.
  *