From e9ceac74ce9e61bfb48786d8d8d72bf017bb9288 Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 5 Nov 2009 00:34:33 +0000 Subject: [PATCH] Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48123 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/java/org/apache/catalina/startup/WebRuleSet.java b/java/org/apache/catalina/startup/WebRuleSet.java index 009ba4452..d7b1c96e1 100644 --- a/java/org/apache/catalina/startup/WebRuleSet.java +++ b/java/org/apache/catalina/startup/WebRuleSet.java @@ -96,7 +96,7 @@ public class WebRuleSet extends RuleSetBase { /** * Construct an instance of this RuleSet 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 login-config is occuring + * Rule to check that the login-config 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 jsp-config is occuring + * Rule to check that the jsp-config 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 session-config is occuring + * Rule to check that the session-config is occurring * only 1 time within the web.xml */ final class SetSessionConfig extends Rule { -- 2.11.0