You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/10/07 20:29:42 UTC

svn commit: r1530021 - /tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

Author: markt
Date: Mon Oct  7 18:29:42 2013
New Revision: 1530021

URL: http://svn.apache.org/r1530021
Log:
Fix comment typo

Modified:
    tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java

Modified: tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java?rev=1530021&r1=1530020&r2=1530021&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java (original)
+++ tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java Mon Oct  7 18:29:42 2013
@@ -420,7 +420,7 @@ public class StandardRoot extends Lifecy
     protected void initInternal() throws LifecycleException {
         super.initInternal();
 
-        // Ensure support for jar:war:file:/ URKLs will be available (required
+        // Ensure support for jar:war:file:/ URLs will be available (required
         // for resource JARs in packed WAR files).
         TomcatURLStreamHandlerFactory.register();
 



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