[Zope3-checkins] CVS: Zope3/src/zope/app/form - utility.py:1.5

Steve Alexander steve@cat-box.net
Sat, 25 Jan 2003 13:30:08 -0500


Update of /cvs-repository/Zope3/src/zope/app/form
In directory cvs.zope.org:/tmp/cvs-serv6693/src/zope/app/form

Modified Files:
	utility.py 
Log Message:
fixed typo.


=== Zope3/src/zope/app/form/utility.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/form/utility.py:1.4	Sat Jan 25 00:19:10 2003
+++ Zope3/src/zope/app/form/utility.py	Sat Jan 25 13:30:05 2003
@@ -14,7 +14,7 @@
 """Form utility functions
 
 In Zope 2's formulator, forms provide a basic mechanism for
-organizating collections of fields and providing user interfaces for
+organizing collections of fields and providing user interfaces for
 them, especially editing interfaces.
 
 In Zope 3, formulator's forms are replaced by Schema (See