]> granicus.if.org Git - apache/commitdiff
* Update transformation
authorRuediger Pluem <rpluem@apache.org>
Wed, 20 Jun 2007 19:16:00 +0000 (19:16 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 20 Jun 2007 19:16:00 +0000 (19:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@549198 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/output-filters.html.en

index e887de4fda88a09be539968a5de315c20fd1fdea..5bb855b896085401f750988f84bbdc5a7e33999e 100644 (file)
@@ -400,7 +400,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>