fix typo - thanks Sebb
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 6 Nov 2009 18:48:20 +0000 (18:48 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 6 Nov 2009 18:48:20 +0000 (18:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@833516 13f79535-47bb-0310-9956-ffa450edef68

conf/catalina.policy

index 8a8e51f..677a760 100644 (file)
@@ -135,7 +135,7 @@ grant {
     // Allow read of JAXP compliant XML parser debug
     permission java.util.PropertyPermission "jaxp.debug", "read";
 
-    // All JSPs need to ne able to read this package
+    // All JSPs need to be able to read this package
     permission java.lang.RuntimePermission "accessClassInPackage.org.apache.tomcat";
     
     // Precompiled JSPs need access to these packages.