Fix typo
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 4 Dec 2009 10:14:00 +0000 (10:14 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 4 Dec 2009 10:14:00 +0000 (10:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@887143 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/startup/DefaultJarScanner.java

index fee90e2..c5852c7 100644 (file)
@@ -37,7 +37,7 @@ import org.apache.tomcat.util.res.StringManager;
  * The default {@link JarScanner} implementation scans the WEB-INF/lib directory
  * followed by the provided classloader and then works up the classloader
  * hierarchy. This implementation is sufficient to meet the requirements of the
- * Servlet 3.0 specification as well is to provide a number of Tomcat specific
+ * Servlet 3.0 specification as well as to provide a number of Tomcat specific
  * extensions. The extensions are:
  * <ul>
  *   <li>Scanning the classloader hierarchy (enabled by default)</li>