Fix typo
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 21 Apr 2011 12:37:21 +0000 (12:37 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 21 Apr 2011 12:37:21 +0000 (12:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1095681 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/http.xml

index af79d63..28198f2 100644 (file)
 
     <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>