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