[Checkins] SVN: z3c.form/trunk/src/z3c/form/form.txt Fix two typos.

Marius Gedminas marius at pov.lt
Fri Sep 28 11:29:30 EDT 2007


Log message for revision 80329:
  Fix two typos.
  
  

Changed:
  U   z3c.form/trunk/src/z3c/form/form.txt

-=-
Modified: z3c.form/trunk/src/z3c/form/form.txt
===================================================================
--- z3c.form/trunk/src/z3c/form/form.txt	2007-09-28 14:55:03 UTC (rev 80328)
+++ z3c.form/trunk/src/z3c/form/form.txt	2007-09-28 15:29:30 UTC (rev 80329)
@@ -2,7 +2,7 @@
 Forms
 =====
 
-The purpose of this package is to m ake development of forms as simple
+The purpose of this package is to make development of forms as simple
 as possible, while still providing all the hooks to do customization
 at any level as required by our real-world use cases. Thus, once the
 system is set up with all its default registrations, it should be
@@ -116,7 +116,7 @@
   ...     def nextURL(self):
   ...         return 'index.html'
 
-This is as simple as it gets. We explicitely define the pieces that
+This is as simple as it gets. We explicitly define the pieces that
 are custom to every situation and let the default setup of the
 framework do the rest. This is intentionally similar to
 ``zope.formlib``, because we really like the simplicity of



More information about the Checkins mailing list