From: markt Date: Wed, 3 Sep 2008 22:08:49 +0000 (+0000) Subject: Fix typos in javadoc X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1f3df552b6f8a489f143fdc813b5908a2af2e85c;p=tomcat7.0 Fix typos in javadoc git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@691804 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/realm/RealmBase.java b/java/org/apache/catalina/realm/RealmBase.java index 603e81b34..6f4104e45 100644 --- a/java/org/apache/catalina/realm/RealmBase.java +++ b/java/org/apache/catalina/realm/RealmBase.java @@ -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 */