Commit 6dd39b27 authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Fix a typo spotted by Ioannis Cherouvim (PR 63414)

(r1859038 in trunk )

+ some trailing spaces removed to synch with trunk

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1859039 13f79535-47bb-0310-9956-ffa450edef68
parent fd3f086d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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>