Author: rjung
Date: Mon Apr  9 09:06:07 2007
New Revision: 526801

URL: http://svn.apache.org/viewvc?view=rev&rev=526801
Log:
Fix a couple of typos.

Modified:
    tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml
    tomcat/connectors/trunk/jk/xdocs/reference/apache.xml
    tomcat/connectors/trunk/jk/xdocs/reference/workers.xml
    tomcat/connectors/trunk/jk/xdocs/webserver_howto/apache.xml
    tomcat/connectors/trunk/jk/xdocs/webserver_howto/iis.xml

Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml?view=diff&rev=526801&r1=526800&r2=526801
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Mon Apr  9 
09:06:07 2007
@@ -28,7 +28,7 @@
     <changelog>
       <update>
       Allow multiple status codes for fail_on_status directive.
-      The status codes can be delimited by space or coma characters. (mturk)
+      The status codes can be delimited by space or comma characters. (mturk)
       </update>
       <update>
         IIS. Added pcre like regular expressions for url rewrite rules. (mturk)

Modified: tomcat/connectors/trunk/jk/xdocs/reference/apache.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/apache.xml?view=diff&rev=526801&r1=526800&r2=526801
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/reference/apache.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/reference/apache.xml Mon Apr  9 09:06:07 
2007
@@ -589,7 +589,7 @@
 
 <p>
 JkOptions <b>ForwardSSLCertChain</b>,  you ask mod_jk, when using ajp13,
-to Forward SSL certificate chain (off by default).
+to forward SSL certificate chain (off by default).
 Mod_jk only passes the <code>SSL_CLIENT_CERT</code> to the AJP connector. This 
is not a
 problem with self-signed certificates or certificates directly signed by the
 root CA certificate. However, there's a large number of certificates signed by

Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/workers.xml?view=diff&rev=526801&r1=526800&r2=526801
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/reference/workers.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Mon Apr  9 09:06:07 
2007
@@ -730,7 +730,7 @@
 </p>
 <p>
 Starting with <b>jk 1.2.22</b> it is possible to define multiple
-status codes separated by space or coma characters.
+status codes separated by space or comma characters.
 For example: <code>worker.xxx.fail_on_status=500,503</code>
 </p>
 </directive>

Modified: tomcat/connectors/trunk/jk/xdocs/webserver_howto/apache.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/webserver_howto/apache.xml?view=diff&rev=526801&r1=526800&r2=526801
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/webserver_howto/apache.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/webserver_howto/apache.xml Mon Apr  9 
09:06:07 2007
@@ -626,7 +626,7 @@
 
 <p>
 JkOptions <b>ForwardSSLCertChain</b>,  you ask mod_jk, when using ajp13,
-to Forward SSL certificate chain (off by default).
+to forward SSL certificate chain (off by default).
 Mod_jk only passes the <code>SSL_CLIENT_CERT</code> to the AJP connector. This 
is not a
 problem with self-signed certificates or certificates directly signed by the
 root CA certificate. However, there's a large number of certificates signed by
@@ -884,13 +884,13 @@
 detects that it needs to build thread safe, although actually it would not be 
necessary.
 One such case is, if you build against Apache httpd with prefork MPM,
 and your APR (Apache Portable Runtime) libraries have been build with thread 
support
-( the output of "apxs -q EXTRA_CPPFLAGS" will contain "-D_REENTRANT").<br/>
+(the output of "apxs -q EXTRA_CPPFLAGS" will contain "-D_REENTRANT").<br/>
 If you are sure, that your MPM is not multi-threaded, you can use 
"--enable-prefork"
 to force the removal of the synchronization code (thus increasing performance 
a bit).</td>
 </tr>
   <tr valign="top"><td>--enable-flock</td>
   <td>
-In case the Operating system supports flock system call use this flag to 
enable this
+In case the operating system supports flock system call use this flag to 
enable this
 faster locks that are implemented as system call instead emulated by GNU C 
library.<br/>
 However those locks does not work on NFS mounted volumes, so you can use
 "--enable-flock" during compile time to force the flocks() calls.</td>

Modified: tomcat/connectors/trunk/jk/xdocs/webserver_howto/iis.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/webserver_howto/iis.xml?view=diff&rev=526801&r1=526800&r2=526801
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/webserver_howto/iis.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/webserver_howto/iis.xml Mon Apr  9 
09:06:07 2007
@@ -233,7 +233,7 @@
 its executable must be our c:\tomcat\bin\win32\i386\isapi_redirect.dll. 
 For PWS, you'll need to use regedit and add/edit the <b>"Filter DLLs"</b> key 
under 
 <b>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters</b>. 
-This key contains a "," separated list of dlls ( full paths ) - 
+This key contains a "," separated list of dlls (full paths) - 
 you need to insert the full path to isapi_redirect.dll.
 </li>
 <li>



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

Reply via email to