Author: fhanik Date: Tue Jun 23 15:37:24 2009 New Revision: 787718 URL: http://svn.apache.org/viewvc?rev=787718&view=rev Log: fix typos
Modified: tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml Modified: tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml?rev=787718&r1=787717&r2=787718&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml (original) +++ tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml Tue Jun 23 15:37:24 2009 @@ -652,11 +652,11 @@ type="int"/> <attribute name="activeCount" - description="Number of threads current processing a task" + description="Number of threads currently processing a task" type="int"/> <attribute name="completedTaskCount" - description="Nr of tasks completed by the executor" + description="Number of tasks completed by the executor" type="int"/> <attribute name="corePoolSize" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org