You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2010/02/22 21:47:36 UTC

svn commit: r915055 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

Author: rjung
Date: Mon Feb 22 20:47:35 2010
New Revision: 915055

URL: http://svn.apache.org/viewvc?rev=915055&view=rev
Log:
Fix comment typo.

Modified:
    tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/iis/jk_isapi_plugin.c?rev=915055&r1=915054&r2=915055&view=diff
==============================================================================
--- tomcat/jk/trunk/native/iis/jk_isapi_plugin.c (original)
+++ tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Mon Feb 22 20:47:35 2010
@@ -2533,7 +2533,7 @@
                            "You can remove the shm_size attribute if you want to use the optimal size.");
                 }
                 if ((rv = jk_shm_open(shm_name, shm_config_size, logger)) != 0) {
-                    /* TODO: Do not try to open the worker if we cannot creat
+                    /* TODO: Do not try to open the worker if we cannot create
                      *       the shared memory segment.
                      */
                     jk_log(logger, JK_LOG_ERROR,



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