You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jo...@apache.org on 2007/04/11 00:56:16 UTC

svn commit: r527333 - /incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/parser/filter/WicketTagIdentifier.java

Author: jonl
Date: Tue Apr 10 15:56:15 2007
New Revision: 527333

URL: http://svn.apache.org/viewvc?view=rev&rev=527333
Log:
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=527333&r1=527332&r2=527333
==============================================================================
--- 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 Tue Apr 10 15:56:15 2007
@@ -97,7 +97,7 @@
 
 			if (wellKnownTagNames.contains(xmlTag.getName()) == false)
 			{
-				throw new ParseException("Unkown tag name with Wicket namespace: '"
+				throw new ParseException("Unknown tag name with Wicket namespace: '"
 						+ xmlTag.getName()
 						+ "'. Might be you haven't installed the appropriate resolver?", tag
 						.getPos());