From 246d3ae89350a8b0ab0edbfc004c702fab0c4fae Mon Sep 17 00:00:00 2001 From: markt Date: Fri, 6 Nov 2009 18:48:20 +0000 Subject: [PATCH] fix typo - thanks Sebb git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@833516 13f79535-47bb-0310-9956-ffa450edef68 --- conf/catalina.policy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/catalina.policy b/conf/catalina.policy index 8a8e51fa4..677a7603c 100644 --- a/conf/catalina.policy +++ b/conf/catalina.policy @@ -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. -- 2.11.0