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 [EMAIL PROTECTED] #isNextAvailable} returns <tt>true</tt>. */ void next();