summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2021-04-19 14:21:09 +0200
committerChristophe Jaillet <jailletc36@apache.org>2021-04-19 14:21:09 +0200
commite29032b9b7b01ec5a00281666c6894a12f316bb3 (patch)
tree267c9658c415cddbe0483540cb8a0bff52beab6d /docs
parentFix a typo (diff)
downloadapache2-e29032b9b7b01ec5a00281666c6894a12f316bb3.tar.xz
apache2-e29032b9b7b01ec5a00281666c6894a12f316bb3.zip
Fix a typo
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1888958 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/developer/output-filters.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/developer/output-filters.xml b/docs/manual/developer/output-filters.xml
index f7a5547423..c8536fc6f3 100644
--- a/docs/manual/developer/output-filters.xml
+++ b/docs/manual/developer/output-filters.xml
@@ -553,7 +553,7 @@ chunk_size = (speed / (1000 / RATE_INTERVAL_MS));
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