]> granicus.if.org Git - apache/commitdiff
fix typo pointed out by poirier offline.
authorEric Covener <covener@apache.org>
Fri, 5 Nov 2010 15:56:09 +0000 (15:56 +0000)
committerEric Covener <covener@apache.org>
Fri, 5 Nov 2010 15:56:09 +0000 (15:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031647 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.xml

index cf5d94009f21a6800a4a0b6b23188cdec67dbd8f..29f8f9f5739d4443d2fe4e6984e353dd21435f2c 100644 (file)
     <p>Under some circumstances, the server must spool request bodies
     to disk to satisfy the requested handling of request bodies.  For 
     example, this spooling will occur if the original body was sent with
-    chunked encoding (and and is large), but the administrator has
+    chunked encoding (and is large), but the administrator has
     asked for backend requests to be sent with Content-Length or as HTTP/1.0.
     This spooling can also occur if the request body already has a
     Content-Length header, but the server is configured to filter incoming
@@ -1672,4 +1672,4 @@ header for proxied requests</td></tr>
 </div><div id="footer">
 <p class="apache">Copyright 2010 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>
index ba569933ff816c35a070dd08cb79202e06d8d4fa..fb849fcb1e3f84cc15a27582ec64186874556127 100644 (file)
     <p>Under some circumstances, the server must spool request bodies
     to disk to satisfy the requested handling of request bodies.  For 
     example, this spooling will occur if the original body was sent with
-    chunked encoding (and and is large), but the administrator has
+    chunked encoding (and is large), but the administrator has
     asked for backend requests to be sent with Content-Length or as HTTP/1.0.
     This spooling can also occur if the request body already has a
     Content-Length header, but the server is configured to filter incoming