[Checkins] SVN: z3c.form/branches/adamg-missing-terms/src/z3c/form/field.py typo

Adam Groszer cvs-admin at zope.org
Wed Sep 12 10:17:49 UTC 2012


Log message for revision 127830:
  typo

Changed:
  U   z3c.form/branches/adamg-missing-terms/src/z3c/form/field.py

-=-
Modified: z3c.form/branches/adamg-missing-terms/src/z3c/form/field.py
===================================================================
--- z3c.form/branches/adamg-missing-terms/src/z3c/form/field.py	2012-09-12 08:53:03 UTC (rev 127829)
+++ z3c.form/branches/adamg-missing-terms/src/z3c/form/field.py	2012-09-12 10:17:42 UTC (rev 127830)
@@ -284,7 +284,7 @@
                 self._data_values.append(widget)
                 self._data[shortName] = widget
                 zope.location.locate(widget, self, shortName)
-            # allways ensure that we add all keys and keep the order given from
+            # always ensure that we add all keys and keep the order given from
             # button items
             self._data_keys = uniqueOrderedKeys
 



More information about the checkins mailing list