You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by eh...@apache.org on 2007/06/13 19:26:44 UTC

svn commit: r546968 - /incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/IWizardModel.java

Author: ehillenius
Date: Wed Jun 13 10:26:43 2007
New Revision: 546968

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

Modified:
    incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/IWizardModel.java

Modified: incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/IWizardModel.java
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/IWizardModel.java?view=diff&rev=546968&r1=546967&r2=546968
==============================================================================
--- incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/IWizardModel.java (original)
+++ incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/IWizardModel.java Wed Jun 13 10:26:43 2007
@@ -140,7 +140,7 @@
 	void lastStep();
 
 	/**
-	 * Increments the model the the next step. This method must only be called
+	 * Increments the model to the next step. This method must only be called
 	 * if {@link #isNextAvailable} returns <tt>true</tt>.
 	 */
 	void next();