Fix typo
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 24 Aug 2010 08:19:25 +0000 (08:19 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 24 Aug 2010 08:19:25 +0000 (08:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@988429 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/core/JreMemoryLeakPreventionListener.java

index 79a7f41..49e446c 100644 (file)
@@ -101,7 +101,7 @@ public class JreMemoryLeakPreventionListener implements LifecycleListener {
       * to the context class loader. Defaults to <code>true</code>.
       */
      private boolean securityPolicyProtection = true;
-     public boolean iSsecurityPolicyProtection() {
+     public boolean isSecurityPolicyProtection() {
          return securityPolicyProtection;
      }
      public void setSecurityPolicyProtection(boolean securityPolicyProtection) {