Author: markt Date: Wed Sep 3 15:08:49 2008 New Revision: 691804 URL: http://svn.apache.org/viewvc?rev=691804&view=rev Log: Fix typos in javadoc
Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java Modified: tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java?rev=691804&r1=691803&r2=691804&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java (original) +++ tomcat/trunk/java/org/apache/catalina/realm/RealmBase.java Wed Sep 3 15:08:49 2008 @@ -1214,7 +1214,7 @@ /** - * Digest password using the algorithm especificied and + * Digest password using the algorithm specified and * convert the result to a corresponding hex string. * If exception, the plain credentials string is returned * @@ -1250,7 +1250,7 @@ /** - * Digest password using the algorithm especificied and + * Digest password using the algorithm specified and * convert the result to a corresponding hex string. * If exception, the plain credentials string is returned */ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]