]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a typo
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 19 Apr 2021 12:20:45 +0000 (12:20 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 19 Apr 2021 12:20:45 +0000 (12:20 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888957 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/output-filters.xml

index f7a55474231c4fc9c355f211765f2d8ba40ca914..c8536fc6f33cb29280c7af85a76f1533c0f2a99e 100644 (file)
@@ -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