Author: kkolinko
Date: Thu Feb 27 23:03:39 2014
New Revision: 1572776

URL: http://svn.apache.org/r1572776
Log:
Correct a pair of comment typos

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/scan/Jar.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/scan/Jar.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/scan/Jar.java?rev=1572776&r1=1572775&r2=1572776&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/scan/Jar.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/scan/Jar.java Thu Feb 27 23:03:39 
2014
@@ -94,10 +94,10 @@ public interface Jar {
 
     /**
      * Obtain, in String form, the URL for an entry in this JAR. Note that for
-     * JARs nested in WAR files, the Tomact specific war:file:... form will not
+     * JARs nested in WAR files, the Tomcat specific war:file:... form will not
      * be used, rather the jar:jar:file:... form (that the JRE does not
      * understand will be used). Note that this means that any code using these
-     * URLs will need to understand the jar;jar:file:... form and use the
+     * URLs will need to understand the jar:jar:file:... form and use the
      * {@link JarFactory} to ensure resources are accessed correctly.
      *
      * @param entry The entry to generate the URL for



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

Reply via email to