From 07544705549a783c62e14a3015371bf84c9952b4 Mon Sep 17 00:00:00 2001 From: markt Date: Sun, 16 Aug 2009 17:28:50 +0000 Subject: [PATCH] Fix some typos git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@804725 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/catalina/realm/JAASRealm.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/org/apache/catalina/realm/JAASRealm.java b/java/org/apache/catalina/realm/JAASRealm.java index d70107018..be4f18af6 100644 --- a/java/org/apache/catalina/realm/JAASRealm.java +++ b/java/org/apache/catalina/realm/JAASRealm.java @@ -483,12 +483,12 @@ public class JAASRealm * The Principal is constructed by scanning the list of Principals returned * by the JAASLoginModule. The first Principal object that matches * one of the class names supplied as a "user class" is the user Principal. - * This object is returned to tha caller. + * This object is returned to the caller. * Any remaining principal objects returned by the LoginModules are mapped to * roles, but only if their respective classes match one of the "role class" classes. * If a user Principal cannot be constructed, return null. * @param subject The Subject representing the logged-in user - * @param loginContext Associated with th Princpal so + * @param loginContext Associated with the Principal so * {@link LoginContext#logout()} can be called later */ protected Principal createPrincipal(String username, Subject subject, -- 2.11.0