Author: markt
Date: Mon Oct 25 13:57:15 2010
New Revision: 1027121

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

Modified:
    tomcat/trunk/webapps/docs/security-howto.xml

Modified: tomcat/trunk/webapps/docs/security-howto.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/security-howto.xml?rev=1027121&r1=1027120&r2=1027121&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/security-howto.xml (original)
+++ tomcat/trunk/webapps/docs/security-howto.xml Mon Oct 25 13:57:15 2010
@@ -33,7 +33,7 @@
 </section>
 
   <section name="Introduction">
-    <p>Tomcat is configured to be reasonably secure for must use cases by
+    <p>Tomcat is configured to be reasonably secure for most use cases by
     default. Some environments may require more, or less, secure 
configurations.
     This page is to provide a single point of reference for configuration
     options that may impact security and to offer some commentary on the
@@ -264,7 +264,8 @@ server.info=Apache Tomcat/7.0.x
       <p>The default entropy value has been shown to generate predictable 
values
       under certain conditions. For more secure session generation, this should
       be set to a long string. This is done automatically if the APR/native
-      library is installed; a random value will be obtained from the APR.</p>
+      library is installed; a random value will be obtained from the APR/native
+      library.</p>
       
       <p>The class used to generate random session IDs may be changed with
       the <strong>randomClass</strong> attribute.</p>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to