Fix typos in javadoc
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 3 Sep 2008 22:08:49 +0000 (22:08 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 3 Sep 2008 22:08:49 +0000 (22:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@691804 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/realm/RealmBase.java

index 603e81b..6f4104e 100644 (file)
@@ -1214,7 +1214,7 @@ public abstract class RealmBase
 
 
     /**
-     * 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 @@ public abstract class RealmBase
 
 
     /**
-     * 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
      */