Author: markt Date: Wed Feb 17 11:07:00 2016 New Revision: 1730813 URL: http://svn.apache.org/viewvc?rev=1730813&view=rev Log: Comment typo
Modified: tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java Modified: tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java?rev=1730813&r1=1730812&r2=1730813&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java (original) +++ tomcat/trunk/java/org/apache/catalina/webresources/StandardRoot.java Wed Feb 17 11:07:00 2016 @@ -563,7 +563,7 @@ public class StandardRoot extends Lifecy /** * Class loader resources are handled by treating JARs in WEB-INF/lib as * resource JARs (without the internal META-INF/resources/ prefix) mounted - * at WEB-INF/claasses (rather than the web app root). This enables reuse + * at WEB-INF/classes (rather than the web app root). This enables reuse * of the resource handling plumbing. * * These resources are marked as class loader only so they are only used in --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org