Author: schultz
Date: Thu Feb 12 12:20:46 2015
New Revision: 1659237

URL: http://svn.apache.org/r1659237
Log:
Fixed javadoc typo

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

Modified: tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java?rev=1659237&r1=1659236&r2=1659237&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java (original)
+++ tomcat/trunk/java/org/apache/catalina/startup/Tomcat.java Thu Feb 12 
12:20:46 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

Reply via email to