Mailing List Archive

svn commit: r1888957 - /httpd/httpd/branches/2.4.x/docs/manual/developer/output-filters.xml
Author: jailletc36
Date: Mon Apr 19 12:20:45 2021
New Revision: 1888957

URL: http://svn.apache.org/viewvc?rev=1888957&view=rev
Log:
Fix a typo

[skip ci]

Modified:
httpd/httpd/branches/2.4.x/docs/manual/developer/output-filters.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/developer/output-filters.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/developer/output-filters.xml?rev=1888957&r1=1888956&r2=1888957&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/developer/output-filters.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/developer/output-filters.xml Mon Apr 19 12:20:45 2021
@@ -553,7 +553,7 @@ chunk_size = (speed / (1000 / RATE_INTER
blocks, store the remaining bytes (located in the tail of the bucket brigade)
in a temporary holding area (namely another bucket brigade) and then use
<code>ap_save_brigade</code> to set them aside.
- These bytes will be preprended to the next bucket brigade that will be handled
+ These bytes will be prepended to the next bucket brigade that will be handled
in the subsequent invocation.</li>
<li>Avoid the previous logic if the bucket brigade that is currently being
processed contains the end of stream bucket (EOS). There is no need to sleep