Typos
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 14 Oct 2009 16:28:31 +0000 (16:28 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 14 Oct 2009 16:28:31 +0000 (16:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@825180 13f79535-47bb-0310-9956-ffa450edef68

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

index cfb728f..0bbf571 100644 (file)
@@ -28,7 +28,7 @@ import org.apache.tomcat.util.res.StringManager;
  *   <li>Testing all directories to see if they are exploded JARs
  *       (disabled by default)</li>
  * </ul>
- * All of the extenions may be controlled via configuration.
+ * All of the extensions may be controlled via configuration.
  */
 public class DefaultJarScanner implements JarScanner {
 
@@ -46,7 +46,7 @@ public class DefaultJarScanner implements JarScanner {
 
 
     /**
-     * Controls the classpath scanning extenion.
+     * Controls the classpath scanning extension.
      */
     private boolean scanClassPath = true;
     public boolean isScanClassPath() {
@@ -57,7 +57,7 @@ public class DefaultJarScanner implements JarScanner {
     }
 
     /**
-     * Controls the testing all files to see of they are JAR files extenion.
+     * Controls the testing all files to see of they are JAR files extension.
      */
     private boolean scanAllFiles = false;
     public boolean isScanAllFiles() {
@@ -69,7 +69,7 @@ public class DefaultJarScanner implements JarScanner {
 
     /**
      * Controls the testing all directories to see of they are exploded JAR
-     * files extenion.
+     * files extension.
      */
     private boolean scanAllDirectories = false;
     public boolean isScanAllDirectories() {