[Zope3-checkins] CVS: Zope3/src/zope/app/form - utility.py:1.25
    Gary Poster 
    gary at zope.com
       
    Fri Jan 23 12:00:21 EST 2004
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/form
In directory cvs.zope.org:/tmp/cvs-serv25123
Modified Files:
	utility.py 
Log Message:
Fix a small typo.
=== Zope3/src/zope/app/form/utility.py 1.24 => 1.25 ===
--- Zope3/src/zope/app/form/utility.py:1.24	Mon Dec  1 18:11:36 2003
+++ Zope3/src/zope/app/form/utility.py	Fri Jan 23 12:00:20 2004
@@ -297,7 +297,7 @@
     and you want to make use of the data that *is* available in your
     error-handler.
 
-    Normaly, readonly fields are included. To exclude readonly fields,
+    Normally, readonly fields are included. To exclude readonly fields,
     provide a exclude_readonly keyword argument with a true value.
 
     """
    
    
More information about the Zope3-Checkins
mailing list