Author: rjung
Date: Fri Nov 13 15:31:13 2015
New Revision: 1714223

URL: http://svn.apache.org/viewvc?rev=1714223&view=rev
Log:
Fix typo in comment: No Sety@HOME.

Followup to 1714185.

Modified:
    tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/Tomcat.java

Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/Tomcat.java
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/Tomcat.java?rev=1714223&r1=1714222&r2=1714223&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/Tomcat.java (original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/Tomcat.java Fri Nov 
13 15:31:13 2015
@@ -130,7 +130,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<Logger>();
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to