Author: rjung Date: Thu Sep 22 17:29:39 2011 New Revision: 1174273 URL: http://svn.apache.org/viewvc?rev=1174273&view=rev Log: Fix comment typo.
Modified: tomcat/jk/trunk/conf/httpd-jk.conf Modified: tomcat/jk/trunk/conf/httpd-jk.conf URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/conf/httpd-jk.conf?rev=1174273&r1=1174272&r2=1174273&view=diff ============================================================================== --- tomcat/jk/trunk/conf/httpd-jk.conf (original) +++ tomcat/jk/trunk/conf/httpd-jk.conf Thu Sep 22 17:29:39 2011 @@ -108,7 +108,7 @@ LoadModule jk_module modules/mod_jk.so # Example for UnMounting requests using regexps # SetEnvIf REQUEST_URI "\.(htm|html|css|gif|jpg|js)$" no-jk - # Example for setting a reply timeout depending on the requets URL + # Example for setting a reply timeout depending on the request URL # Since: 1.2.27 # SetEnvIf Request_URI "/transactions/" JK_REPLY_TIMEOUT=600000 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org