]> granicus.if.org Git - apache/commitdiff
* docs/manual/developer/output-filters.xml: Fix grammar.
authorJoe Orton <jorton@apache.org>
Wed, 20 Jun 2007 15:32:28 +0000 (15:32 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 20 Jun 2007 15:32:28 +0000 (15:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@549138 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/output-filters.xml

index 3159677f94473a22967cdf0f61cf84a948da0d50..046ef990225a3d4ad17a40b8675b7418d34e9abb 100644 (file)
@@ -399,7 +399,7 @@ apr_status_t dummy_filter(ap_filter_t *f, apr_bucket_brigade *bb)<br />
     with <code>APR_EAGAIN</code>, then send a <code>FLUSH</code>
     bucket down the filter chain, and retry using a blocking read.</p>
     
-    <p>This mode of operation ensure that any filters further down the
+    <p>This mode of operation ensures that any filters further down the
     filter chain will flush any buffered buckets if a slow content
     source is being used.</p>