Author: schultz Date: Tue Jan 19 14:47:38 2016 New Revision: 1725537 URL: http://svn.apache.org/viewvc?rev=1725537&view=rev Log: Typo in comment
Modified: tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java Modified: tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java?rev=1725537&r1=1725536&r2=1725537&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java (original) +++ tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java Tue Jan 19 14:47:38 2016 @@ -1259,7 +1259,7 @@ public class JNDIRealm extends RealmBase // Ensure that we have a directory context available context = open(); - // Occassionally the directory context will timeout. Try one more + // Occasionally the directory context will timeout. Try one more // time before giving up. try { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org