Spelling errors
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@832926
13f79535-47bb-0310-9956-
ffa450edef68
}
*/
- // Removing sercurity role
+ // Removing security role
String[] securityRoles = context.findSecurityRoles();
for (i = 0; i < securityRoles.length; i++) {
context.removeSecurityRole(securityRoles[i]);
/**
*
* @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
*/