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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org