From bf98424e64eba312f1a5a9195b8bd91277ae4357 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Wed, 30 Mar 2011 14:35:03 +0000 Subject: [PATCH] Correct a typo git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1086970 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/context.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/docs/config/context.xml b/webapps/docs/config/context.xml index 678c17265..863af407a 100644 --- a/webapps/docs/config/context.xml +++ b/webapps/docs/config/context.xml @@ -1015,7 +1015,7 @@

Name of zero-argument method to call on the resource when it is no - longer required to spped up clean-up of resources that would otherwise + longer required to speed up clean-up of resources that would otherwise happen as part of garbage collection. If not specificed, the default value of close is used.

-- 2.11.0