Author: rjung
Date: Wed May  2 19:56:51 2012
New Revision: 1333177

URL: http://svn.apache.org/viewvc?rev=1333177&view=rev
Log:
Fix trivial docs typo (missing ")").

Backport of r1333173 from trunk resp.
r1333176 from tc7..

Modified:
    tomcat/tc6.0.x/trunk/   (props changed)
    tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/   (props changed)
    tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml

Propchange: tomcat/tc6.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1333173
  Merged /tomcat/tc7.0.x/trunk:r1333176

Propchange: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/
------------------------------------------------------------------------------
  Merged /tomcat/tc7.0.x/trunk/java/org/apache/catalina/core:r1333176

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml?rev=1333177&r1=1333176&r2=1333177&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Wed May  2 19:56:51 2012
@@ -59,7 +59,7 @@
   If still more simultaneous requests are received, they are stacked up
   inside the server socket created by the <strong>Connector</strong>, up to
   the configured maximum (the value of the <code>acceptCount</code>
-  attribute.  Any further simultaneous requests will receive "connection
+  attribute).  Any further simultaneous requests will receive "connection
   refused" errors, until resources are available to process them.</p>
 
 </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to