You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/07/10 20:33:14 UTC

svn commit: r962900 - /tomcat/trunk/webapps/docs/config/filter.xml

Author: markt
Date: Sat Jul 10 18:33:14 2010
New Revision: 962900

URL: http://svn.apache.org/viewvc?rev=962900&view=rev
Log:
Typo

Modified:
    tomcat/trunk/webapps/docs/config/filter.xml

Modified: tomcat/trunk/webapps/docs/config/filter.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/filter.xml?rev=962900&r1=962899&r2=962900&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/filter.xml (original)
+++ tomcat/trunk/webapps/docs/config/filter.xml Sat Jul 10 18:33:14 2010
@@ -137,7 +137,7 @@
       
       <attribute name="randomClass" required="false">
         <p>The name of the class to use to generate nonces. The class must be an
-        instance of <code>java.util.Rnadom</code>. If not set, the default value
+        instance of <code>java.util.Random</code>. If not set, the default value
         of <code>java.security.SecureRandom</code> will be used.</p>
       </attribute>
       



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