From: markt Date: Thu, 5 Nov 2009 00:26:28 +0000 (+0000) Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48117 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=349db221b9995b19567e43e3b6330dc04d8deaf0;p=tomcat7.0 Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=48117 Spelling errors git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@832926 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/startup/ContextConfig.java b/java/org/apache/catalina/startup/ContextConfig.java index 37efdf36e..ed2998f78 100644 --- a/java/org/apache/catalina/startup/ContextConfig.java +++ b/java/org/apache/catalina/startup/ContextConfig.java @@ -1056,7 +1056,7 @@ public class ContextConfig } */ - // Removing sercurity role + // Removing security role String[] securityRoles = context.findSecurityRoles(); for (i = 0; i < securityRoles.length; i++) { context.removeSecurityRole(securityRoles[i]); @@ -1354,7 +1354,7 @@ public class ContextConfig /** * * @param filename Name of the file (possibly with one or more leading path - * segemnts) to read + * segments) to read * @param path Location that filename is relative to * @return */