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

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

java/org/apache/catalina/startup/ContextConfig.java

index 37efdf3..ed2998f 100644 (file)
@@ -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
      */