Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48123
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 5 Nov 2009 00:34:33 +0000 (00:34 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 5 Nov 2009 00:34:33 +0000 (00:34 +0000)
Spelling errors

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@832931 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/startup/WebRuleSet.java

index 009ba44..d7b1c96 100644 (file)
@@ -96,7 +96,7 @@ public class WebRuleSet extends RuleSetBase {
 
     /**
      * Construct an instance of this <code>RuleSet</code> with the default
-     * matching pattern prefix and default fargment setting.
+     * matching pattern prefix and default fragment setting.
      */
     public WebRuleSet() {
 
@@ -611,7 +611,7 @@ public class WebRuleSet extends RuleSetBase {
 
 
 /**
- * Rule to check that the <code>login-config</code> is occuring 
+ * Rule to check that the <code>login-config</code> is occurring 
  * only 1 time within the web.xml
  */
 final class SetLoginConfig extends Rule {
@@ -632,7 +632,7 @@ final class SetLoginConfig extends Rule {
 
 
 /**
- * Rule to check that the <code>jsp-config</code> is occuring 
+ * Rule to check that the <code>jsp-config</code> is occurring 
  * only 1 time within the web.xml
  */
 final class SetJspConfig extends Rule {
@@ -653,7 +653,7 @@ final class SetJspConfig extends Rule {
 
 
 /**
- * Rule to check that the <code>session-config</code> is occuring 
+ * Rule to check that the <code>session-config</code> is occurring 
  * only 1 time within the web.xml
  */
 final class SetSessionConfig extends Rule {