[Checkins] SVN: z3c.form/trunk/src/z3c/form/ Fixed some typos

Vincent Fretin vincent.fretin at gmail.com
Tue Sep 8 12:07:16 EDT 2009


Log message for revision 103648:
  Fixed some typos

Changed:
  U   z3c.form/trunk/src/z3c/form/converter.py
  U   z3c.form/trunk/src/z3c/form/group.txt
  U   z3c.form/trunk/src/z3c/form/object-caveat.txt
  U   z3c.form/trunk/src/z3c/form/util.py

-=-
Modified: z3c.form/trunk/src/z3c/form/converter.py
===================================================================
--- z3c.form/trunk/src/z3c/form/converter.py	2009-09-08 16:03:44 UTC (rev 103647)
+++ z3c.form/trunk/src/z3c/form/converter.py	2009-09-08 16:07:15 UTC (rev 103648)
@@ -356,7 +356,7 @@
         widget = zope.component.getMultiAdapter((field, self.widget.request),
             interfaces.IFieldWidget)
         if interfaces.IFormAware.providedBy(self.widget):
-            #form property required by objecwidget
+            # form property required by objectwidget
             widget.form = self.widget.form
             zope.interface.alsoProvides(widget, interfaces.IFormAware)
         converter = zope.component.getMultiAdapter((field, widget),

Modified: z3c.form/trunk/src/z3c/form/group.txt
===================================================================
--- z3c.form/trunk/src/z3c/form/group.txt	2009-09-08 16:03:44 UTC (rev 103647)
+++ z3c.form/trunk/src/z3c/form/group.txt	2009-09-08 16:07:15 UTC (rev 103648)
@@ -807,7 +807,7 @@
   u'2005'
 
 So what happens, if errors happen inside a nested group? Let's use an empty
-invllaid object for the test missing input errors:
+invalid object for the test missing input errors:
 
   >>> reg = VehicleRegistration(owner=VehicleOwner())
 
@@ -887,7 +887,7 @@
   >>> vrg.groups = (ownerGroup,)
   >>> edit.groups = (vrg,)
 
-Also use refreshActions whihc is not needed but will make coverage this
+Also use refreshActions which is not needed but will make coverage this
 additional line of code in the update method:
 
   >>> edit.refreshActions = True

Modified: z3c.form/trunk/src/z3c/form/object-caveat.txt
===================================================================
--- z3c.form/trunk/src/z3c/form/object-caveat.txt	2009-09-08 16:03:44 UTC (rev 103647)
+++ z3c.form/trunk/src/z3c/form/object-caveat.txt	2009-09-08 16:07:15 UTC (rev 103648)
@@ -3,7 +3,7 @@
 ===================
 
 ObjectWidget itself seems to be fine, but we discovered a fundamental problem
-in z3.form.
+in z3c.form.
 
 The meat is that widget value
 * validation

Modified: z3c.form/trunk/src/z3c/form/util.py
===================================================================
--- z3c.form/trunk/src/z3c/form/util.py	2009-09-08 16:03:44 UTC (rev 103647)
+++ z3c.form/trunk/src/z3c/form/util.py	2009-09-08 16:07:15 UTC (rev 103648)
@@ -118,7 +118,7 @@
 
 
 class UniqueOrderedKeys(object):
-    """Ensures that we only ue unique keys in a list.
+    """Ensures that we only use unique keys in a list.
 
     This is useful since we use the keys and values list only as ordered keys
     and values addition for our data dict.



More information about the checkins mailing list