You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hu...@apache.org on 2016/10/08 08:08:57 UTC

svn commit: r1763864 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/WebResourceRoot.java

Author: huxing
Date: Sat Oct  8 08:08:57 2016
New Revision: 1763864

URL: http://svn.apache.org/viewvc?rev=1763864&view=rev
Log:
Fix typo

Modified:
    tomcat/tc8.5.x/trunk/java/org/apache/catalina/WebResourceRoot.java

Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/WebResourceRoot.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/catalina/WebResourceRoot.java?rev=1763864&r1=1763863&r2=1763864&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/java/org/apache/catalina/WebResourceRoot.java (original)
+++ tomcat/tc8.5.x/trunk/java/org/apache/catalina/WebResourceRoot.java Sat Oct  8 08:08:57 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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org