Author: rjung
Date: Sun Feb 25 09:16:31 2007
New Revision: 511554

URL: http://svn.apache.org/viewvc?view=rev&rev=511554
Log:
Correct comment type and copy and paste artefact in directive usage.

Modified:
    tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c
    tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c

Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c?view=diff&rev=511554&r1=511553&r2=511554
==============================================================================
--- tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c (original)
+++ tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Sun Feb 25 09:16:31 
2007
@@ -1812,10 +1812,10 @@
 
     /*
      * JkStripSession specifies if mod_jk should strip the ;jsessionid
-     * from the unmapperd urls
+     * from the unmapped urls
      */
     {"JkStripSession", jk_set_strip_session, NULL, RSRC_CONF, FLAG,
-     "Should the base server strip the jsessionid from the url"},
+     "Should the server strip the jsessionid from unmapped URLs"},
 
     /*
      * JkLogFile & JkLogLevel specifies to where should the plugin log

Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c?view=diff&rev=511554&r1=511553&r2=511554
==============================================================================
--- tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c (original)
+++ tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Sun Feb 25 09:16:31 
2007
@@ -1853,10 +1853,10 @@
 
     /*
      * JkStripSession specifies if mod_jk should strip the ;jsessionid
-     * from the unmapperd urls
+     * from the unmapped urls
      */
     AP_INIT_FLAG("JkStripSession", jk_set_strip_session, NULL, RSRC_CONF,
-                 "Should the base server strip the jsessionid from the url"),
+                 "Should the server strip the jsessionid from unmapped URLs"),
 
     /*
      * JkLogFile & JkLogLevel specifies to where should the plugin log



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to