Typo
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 10 Jul 2010 18:33:14 +0000 (18:33 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 10 Jul 2010 18:33:14 +0000 (18:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@962900 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/filter.xml

index a36eb47..93c4156 100644 (file)
       
       <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>