You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2007/06/20 21:16:01 UTC

svn commit: r549198 - /httpd/httpd/trunk/docs/manual/developer/output-filters.html.en

Author: rpluem
Date: Wed Jun 20 12:16:00 2007
New Revision: 549198

URL: http://svn.apache.org/viewvc?view=rev&rev=549198
Log:
* Update transformation

Modified:
    httpd/httpd/trunk/docs/manual/developer/output-filters.html.en

Modified: httpd/httpd/trunk/docs/manual/developer/output-filters.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/output-filters.html.en?view=diff&rev=549198&r1=549197&r2=549198
==============================================================================
--- httpd/httpd/trunk/docs/manual/developer/output-filters.html.en (original)
+++ httpd/httpd/trunk/docs/manual/developer/output-filters.html.en Wed Jun 20 12:16:00 2007
@@ -400,7 +400,7 @@
     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>