[Checkins] SVN: z3c.wizard/trunk/src/z3c/wizard/README.txt fixed typo

Michael Howitz mh at gocept.com
Mon Jul 20 11:52:36 EDT 2009


Log message for revision 102040:
  fixed typo

Changed:
  U   z3c.wizard/trunk/src/z3c/wizard/README.txt

-=-
Modified: z3c.wizard/trunk/src/z3c/wizard/README.txt
===================================================================
--- z3c.wizard/trunk/src/z3c/wizard/README.txt	2009-07-20 13:54:46 UTC (rev 102039)
+++ z3c.wizard/trunk/src/z3c/wizard/README.txt	2009-07-20 15:52:36 UTC (rev 102040)
@@ -4,8 +4,8 @@
 
 The goal of this package is to offer a form wizard. This implementation doesn't
 use a session. It just offers the wizard logic, the data which the wizard will
-changes or adds is not a part of this implementation. If you like to implement
-some add wizard logic you probably need to use a session anf collect the values
+change or add is not a part of this implementation. If you like to implement
+some additional wizard logic you probably need to use a session and collect the values
 in the different wizard steps and create and add an object in the wizard's
 ``doComplete`` or ``doFinish`` or the step's ``doComplete`` method.
 



More information about the Checkins mailing list