You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2011/04/21 14:37:22 UTC

svn commit: r1095681 - /tomcat/trunk/webapps/docs/config/http.xml

Author: markt
Date: Thu Apr 21 12:37:21 2011
New Revision: 1095681

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

Modified:
    tomcat/trunk/webapps/docs/config/http.xml

Modified: tomcat/trunk/webapps/docs/config/http.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1095681&r1=1095680&r2=1095681&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Thu Apr 21 12:37:21 2011
@@ -267,7 +267,7 @@
 
     <attribute name="bindOnInit" required="false">
       <p>Controls when the socket used by the connector is bound. By default it
-      is bound when the connector is initiated and unbund when the connector is
+      is bound when the connector is initiated and unbound when the connector is
       destroyed. If set to <code>false</code>, the socket will be bound when the
       connector is started and unbound when it is stopped.</p>
     </attribute>



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