Bug 43344 - Misspelling in if.jsp example
Summary: Misspelling in if.jsp example
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 6
Classification: Unclassified
Component: Examples (show other bugs)
Version: unspecified
Hardware: All All
: P2 trivial (vote)
Target Milestone: default
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-10 11:33 UTC by Tim Nowaczyk
Modified: 2008-01-16 14:40 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Nowaczyk 2007-09-10 11:33:06 UTC
http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/webapps/examples/jsp/tagplugin/if.jsp

--- if.jsp      (revision 574320)
+++ if.jsp      (working copy)
@@ -25,7 +25,7 @@
     </br>
     <a href="notes.html">Plugin Introductory Notes<font <font color="#0000FF"></a>
     <br/>
-    <a href="howto.html">Brief Instructions for Wrieting Plugins<font
color="#0000FF"></a>
+    <a href="howto.html">Brief Instructions for Writing Plugins<font
color="#0000FF"></a>
     <br/> <br/>
     <hr>
Comment 1 Mark Thomas 2008-01-16 14:40:30 UTC
This has been fixed in svn and will be included in 6.0.16 onwards.

Thanks for the patch.