From ab24f74292c806e72226d51095bc6500c4d98cbb Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 10 Jan 2008 21:53:14 +0000 Subject: [PATCH] Fix bug 43344. Correct typo. Patch provided by Tim Nowaczyk. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@610946 13f79535-47bb-0310-9956-ffa450edef68 --- conf/tomcat-users.xml | 6 +++--- webapps/examples/jsp/tagplugin/if.jsp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/tomcat-users.xml b/conf/tomcat-users.xml index 7114f5d1a..dc12d8f90 100644 --- a/conf/tomcat-users.xml +++ b/conf/tomcat-users.xml @@ -16,11 +16,11 @@ limitations under the License. --> - diff --git a/webapps/examples/jsp/tagplugin/if.jsp b/webapps/examples/jsp/tagplugin/if.jsp index 7aa433b8b..408655c75 100644 --- a/webapps/examples/jsp/tagplugin/if.jsp +++ b/webapps/examples/jsp/tagplugin/if.jsp @@ -25,7 +25,7 @@
Plugin Introductory Notes
- Brief Instructions for Wrieting Plugins + Brief Instructions for Writing Plugins


-- 2.11.0