[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/browser - form.py:1.7

Guido van Rossum guido@python.org
Thu, 1 May 2003 11:10:24 -0400


Update of /cvs-repository/Zope3/src/zope/app/interfaces/browser
In directory cvs.zope.org:/tmp/cvs-serv26389

Modified Files:
	form.py 
Log Message:
Typos.


=== Zope3/src/zope/app/interfaces/browser/form.py 1.6 => 1.7 ===
--- Zope3/src/zope/app/interfaces/browser/form.py:1.6	Fri Mar 21 15:57:11 2003
+++ Zope3/src/zope/app/interfaces/browser/form.py	Thu May  1 11:10:23 2003
@@ -87,8 +87,8 @@
     def setPrefix(self, prefix):
         """Set the form-variable name prefix used for the widget
 
-        The widget will define it's own form variable names by
-        concatinating the profix and the field name using a dot. For
+        The widget will define its own form variable names by
+        concatinating the prefix and the field name using a dot. For
         example, with a prefix of "page" and a field name of "title",
         a form name of "page.title" will be used. A widget may use
         multiple form fields. If so, it should add distinguishing