Author: ivaynberg
Date: Tue Jul 10 12:32:30 2007
New Revision: 555052

URL: http://svn.apache.org/viewvc?view=rev&rev=555052
Log:
fixed invalid html

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

Modified: 
incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/package.html
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/package.html?view=diff&rev=555052&r1=555051&r2=555052
==============================================================================
--- 
incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/package.html
 (original)
+++ 
incubator/wicket/trunk/jdk-1.4/wicket-extensions/src/main/java/org/apache/wicket/extensions/wizard/package.html
 Tue Jul 10 12:32:30 2007
@@ -22,10 +22,11 @@
 <body>
 <p>
 Package for working with Wizard components. Wizards are dialogs which take
-users through a number of steps to acchieve something.
+users through a number of steps to achieve something.
 <p>
 The main component is <tt>wicket.extensions.wizard</tt>, which serves as
 the panel on which the whole wizard is rendered. It is possible to 
implement</p>
+<p>
 <tt>wicket.extensions.wizard.IWizard</tt> directly, but it is not recommended.
 The wizard cooperates with an instance of 
<tt>wicket.extensions.wizard.IWizardModel</tt>,
 for which the default implementation 
<tt>wicket.extensions.wizard.WizardModel</tt> is
@@ -41,6 +42,6 @@
 <a href="http://superinterface.com/easywizard.htm";>Michael Jouravlev</a> and 
 <a href="http://weblogs.java.net/blog/timboudreau/";>Tim Boudreau</a>.
 </p>
-</p>
+
 </body>
 </html>


Reply via email to