You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2006/06/05 10:32:54 UTC

svn commit: r411713 - in /tomcat/connectors/trunk/jk: native/common/jk_ajp_common.c xdocs/config/workers.xml

Author: mturk
Date: Mon Jun  5 01:32:54 2006
New Revision: 411713

URL: http://svn.apache.org/viewvc?rev=411713&view=rev
Log:
Fix spelling. Thanks David :)

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c
    tomcat/connectors/trunk/jk/xdocs/config/workers.xml

Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c?rev=411713&r1=411712&r2=411713&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Mon Jun  5 01:32:54 2006
@@ -1862,7 +1862,7 @@
             p->ep_cache[i] = (ajp_endpoint_t *)calloc(1, sizeof(ajp_endpoint_t));
             if (!p->ep_cache[i]) {
                 jk_log(l, JK_LOG_ERROR,
-                        "creating endpont pool slot %d errno=%d",
+                        "allocating endpoint slot %d errno=%d",
                         i, errno);
                 JK_TRACE_EXIT(l);
                 return JK_FALSE;

Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/config/workers.xml?rev=411713&r1=411712&r2=411713&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/config/workers.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/config/workers.xml Mon Jun  5 01:32:54 2006
@@ -184,7 +184,7 @@
 
 <directive name="connection_pool_timeout" default="0" required="false">
 Cache timeout property should be used with <b>connection_pool_size</b> to specify how long JK should keep
-an incative socket in cache before closing it. This property should be used to reduce the number of threads
+an inactive socket in cache before closing it. This property should be used to reduce the number of threads
 on the Tomcat WebServer.
 <p>
 Each child could open an ajp13 connection if it have to forward a request to Tomcat, creating



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