From 1f3df552b6f8a489f143fdc813b5908a2af2e85c Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 3 Sep 2008 22:08:49 +0000 Subject: [PATCH] Fix typos in javadoc git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@691804 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/catalina/realm/RealmBase.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.11.0