]> granicus.if.org Git - apache/commitdiff
Fix a typo spotted by Ioannis Cherouvim (PR 63414)
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 9 May 2019 20:07:12 +0000 (20:07 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 9 May 2019 20:07:12 +0000 (20:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1859038 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/output-filters.xml

index f107ac90809489c323bf3e8788b04b9e03385c99..f7a55474231c4fc9c355f211765f2d8ba40ca914 100644 (file)
@@ -562,7 +562,7 @@ chunk_size = (speed / (1000 / RATE_INTERVAL_MS));
     <p>The commit linked in the beginning of the section contains also a bit of code
     refactoring so it is not trivial to read during the first pass, but the overall
     idea is basically what written up to now. The goal of this section is not to
-    cause an headache to the reader trying to read C code, but to put him/her into
+    cause a headache to the reader trying to read C code, but to put him/her into
     the right mindset needed to use efficiently the tools offered by the httpd's
     filter chain toolset.</p>
   </section>