Add whitespace between words.
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 2 Jun 2010 16:09:22 +0000 (16:09 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 2 Jun 2010 16:09:22 +0000 (16:09 +0000)
It is trivial followup to r950164

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@950614 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/context.xml

index dd5ac26..729e033 100644 (file)
 
       <attribute name="clearReferencesStopTimerThreads" required = "false">
         <p>If <code>true</code>, Tomcat attempts to terminate
-        <code>java.util.Timer</code>threads that have been started by the web
+        <code>java.util.Timer</code> threads that have been started by the web
         application. Unlike standard threads, timer threads can be stopped
         safely although there may still be side-effects for the application. If
         not specified, the default value of <code>false</code> will be used.</p>