Author: markt Date: Wed Oct 14 16:28:31 2009 New Revision: 825180 URL: http://svn.apache.org/viewvc?rev=825180&view=rev Log: Typos
Modified: tomcat/trunk/java/org/apache/catalina/startup/DefaultJarScanner.java Modified: tomcat/trunk/java/org/apache/catalina/startup/DefaultJarScanner.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/DefaultJarScanner.java?rev=825180&r1=825179&r2=825180&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/startup/DefaultJarScanner.java (original) +++ tomcat/trunk/java/org/apache/catalina/startup/DefaultJarScanner.java Wed Oct 14 16:28:31 2009 @@ -28,7 +28,7 @@ * <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 @@ /** - * Controls the classpath scanning extenion. + * Controls the classpath scanning extension. */ private boolean scanClassPath = true; public boolean isScanClassPath() { @@ -57,7 +57,7 @@ } /** - * 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 @@ /** * Controls the testing all directories to see of they are exploded JAR - * files extenion. + * files extension. */ private boolean scanAllDirectories = false; public boolean isScanAllDirectories() { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org