From 2d1c6ae726cb0c6a5e1168b9f47cd9f1b21f229c Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 21 Apr 2011 12:37:21 +0000 Subject: [PATCH] Fix typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1095681 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/http.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index af79d63a7..28198f2d2 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -267,7 +267,7 @@

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 false, the socket will be bound when the connector is started and unbound when it is stopped.

-- 2.11.0