From: markt Date: Wed, 14 Oct 2009 16:28:31 +0000 (+0000) Subject: Typos X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6a0145cab6255ffd50349922ff5fb5585e5bdb93;p=tomcat7.0 Typos git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@825180 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/startup/DefaultJarScanner.java b/java/org/apache/catalina/startup/DefaultJarScanner.java index cfb728fe9..0bbf571b7 100644 --- a/java/org/apache/catalina/startup/DefaultJarScanner.java +++ b/java/org/apache/catalina/startup/DefaultJarScanner.java @@ -28,7 +28,7 @@ import org.apache.tomcat.util.res.StringManager; *
  • Testing all directories to see if they are exploded JARs * (disabled by default)
  • * - * 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() {