Author: huxing Date: Sat Oct 8 08:00:23 2016 New Revision: 1763863 URL: http://svn.apache.org/viewvc?rev=1763863&view=rev Log: Fix typo
Modified: tomcat/trunk/java/org/apache/catalina/WebResourceRoot.java Modified: tomcat/trunk/java/org/apache/catalina/WebResourceRoot.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/WebResourceRoot.java?rev=1763863&r1=1763862&r2=1763863&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/WebResourceRoot.java (original) +++ tomcat/trunk/java/org/apache/catalina/WebResourceRoot.java Sat Oct 8 08:00:23 2016 @@ -76,7 +76,7 @@ import java.util.Set; * including: * - which ResourceSet to write to * - unexpected behaviour when deleting a resource from one ResourceSet since - * that may unmask a resource in a lower priority ResouceSet so what was a + * that may unmask a resource in a lower priority ResourceSet so what was a * delete looks like a replace with the user having no idea where the 'new' * resource came from * - how to handle PUT when the target is read-only but it could be written to --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org