From: markt Date: Fri, 6 Nov 2009 18:48:20 +0000 (+0000) Subject: fix typo - thanks Sebb X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=246d3ae89350a8b0ab0edbfc004c702fab0c4fae;p=tomcat7.0 fix typo - thanks Sebb git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@833516 13f79535-47bb-0310-9956-ffa450edef68 --- 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.