Author: jbq
Date: Thu Apr 12 02:40:06 2007
New Revision: 527856
URL: http://svn.apache.org/viewvc?view=rev&rev=527856
Log:
Fix typo
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/parser/filter/WicketTagIdentifier.java
Modified:
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/parser/filter/WicketTagIdentifier.java
URL:
http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/parser/filter/WicketTagIdentifier.java?view=diff&rev=527856&r1=527855&r2=527856
==============================================================================
---
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/parser/filter/WicketTagIdentifier.java
(original)
+++
incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/parser/filter/WicketTagIdentifier.java
Thu Apr 12 02:40:06 2007
@@ -44,7 +44,7 @@
*/
public final class WicketTagIdentifier extends AbstractMarkupFilter
{
- /** List of well known wicket tag namses */
+ /** List of well known wicket tag names */
private static List wellKnownTagNames;
/** The current markup needed to get the markups namespace */