You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2020/06/13 04:18:58 UTC

svn commit: r1878785 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml

Author: jailletc36
Date: Sat Jun 13 04:18:58 2020
New Revision: 1878785

URL: http://svn.apache.org/viewvc?rev=1878785&view=rev
Log:
Fix a typo

Spotted and fixed by David Poole <sarkie gmail.com>

[skip ci]

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml?rev=1878785&r1=1878784&r2=1878785&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml Sat Jun 13 04:18:58 2020
@@ -312,7 +312,7 @@ ProxyPass "/test" "balancer://mycluster"
     stickyness to the error log, if the log level is set to
     <code>debug</code> or higher. This is an easy way to
     troubleshoot stickyness problems, but the log volume might
-    be to high for production servers under high load.</p>
+    be too high for production servers under high load.</p>
 </section>
 
 </modulesynopsis>