You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2007/04/24 07:33:57 UTC

svn commit: r531734 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java

Author: ivaynberg
Date: Mon Apr 23 22:33:56 2007
New Revision: 531734

URL: http://svn.apache.org/viewvc?view=rev&rev=531734
Log:
fixed javadoc typo

Modified:
    incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java

Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java?view=diff&rev=531734&r1=531733&r2=531734
==============================================================================
--- incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java (original)
+++ incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java Mon Apr 23 22:33:56 2007
@@ -750,7 +750,7 @@
 	/**
 	 * Converts and validates the conversion of the raw input string into the
 	 * object specified by {@link FormComponent#getType()} and records any
-	 * errors. Converted value is available thorugh
+	 * errors. Converted value is available through
 	 * {@link FormComponent#getConvertedInput()}
 	 */
 	protected final void convert()