From: markt Date: Sun, 16 Aug 2009 17:28:50 +0000 (+0000) Subject: Fix some typos X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=07544705549a783c62e14a3015371bf84c9952b4;p=tomcat7.0 Fix some typos git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@804725 13f79535-47bb-0310-9956-ffa450edef68 --- 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,