Author: kkolinko
Date: Wed Jun  2 16:09:22 2010
New Revision: 950614

URL: http://svn.apache.org/viewvc?rev=950614&view=rev
Log:
Add whitespace between words.
It is trivial followup to r950164

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

Modified: tomcat/trunk/webapps/docs/config/context.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/context.xml?rev=950614&r1=950613&r2=950614&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/context.xml (original)
+++ tomcat/trunk/webapps/docs/config/context.xml Wed Jun  2 16:09:22 2010
@@ -436,7 +436,7 @@
 
       <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>



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

Reply via email to