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 2011/09/22 19:29:39 UTC

svn commit: r1174273 - /tomcat/jk/trunk/conf/httpd-jk.conf

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