Fix trivial docs typo (missing ")").

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


git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk@1333179 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/container/webapps/docs/config/http.xml b/container/webapps/docs/config/http.xml
index 9ccb022..f842712 100644
--- a/container/webapps/docs/config/http.xml
+++ b/container/webapps/docs/config/http.xml
@@ -61,7 +61,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>