From 6a0145cab6255ffd50349922ff5fb5585e5bdb93 Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 14 Oct 2009 16:28:31 +0000 Subject: [PATCH] Typos git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@825180 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/catalina/startup/DefaultJarScanner.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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() { -- 2.11.0