Author: markt
Date: Thu Nov 5 00:34:33 2009
New Revision: 832931
URL: http://svn.apache.org/viewvc?rev=832931&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48123
Spelling errors
Modified:
tomcat/trunk/java/org/apache/catalina/startup/WebRuleSet.java
Modified: tomcat/trunk/java/org/apache/catalina/startup/WebRuleSet.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/startup/WebRuleSet.java?rev=832931&r1=832930&r2=832931&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/startup/WebRuleSet.java (original)
+++ tomcat/trunk/java/org/apache/catalina/startup/WebRuleSet.java Thu Nov 5
00:34:33 2009
@@ -96,7 +96,7 @@
/**
* 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 @@
/**
- * 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 @@
/**
- * 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 @@
/**
- * 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 {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]