Author: rjung Date: Fri Nov 13 15:29:48 2015 New Revision: 1714222 URL: http://svn.apache.org/viewvc?rev=1714222&view=rev Log: Fix typo in comment: No Sety@HOME.
Followup to r1714038. Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/startup/Tomcat.java Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/startup/Tomcat.java URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/catalina/startup/Tomcat.java?rev=1714222&r1=1714221&r2=1714222&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/java/org/apache/catalina/startup/Tomcat.java (original) +++ tomcat/tc8.0.x/trunk/java/org/apache/catalina/startup/Tomcat.java Fri Nov 13 15:29:48 2015 @@ -129,7 +129,7 @@ public class Tomcat { // Some logging implementations use weak references for loggers so there is // the possibility that logging configuration could be lost if GC runs just // after Loggers are configured but before they are used. The purpose of - // this Sety is to retain strong references to explicitly configured loggers + // this Set is to retain strong references to explicitly configured loggers // so that configuration is not lost. private final Set<Logger> pinnedLoggers = new HashSet<>(); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org