[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/form/browser/README.txt Fixed a typo.
Gintautas Miliauskas
cvs-admin at zope.org
Fri Jun 18 07:06:13 EDT 2004
Log message for revision 25897:
Fixed a typo.
-=-
Modified: Zope3/trunk/src/zope/app/form/browser/README.txt
===================================================================
--- Zope3/trunk/src/zope/app/form/browser/README.txt 2004-06-18 09:54:05 UTC (rev 25896)
+++ Zope3/trunk/src/zope/app/form/browser/README.txt 2004-06-18 11:03:04 UTC (rev 25897)
@@ -46,7 +46,7 @@
arguments.
Some Choice widgets may also need to provide a query interface, particularly if
-the number of items in the vocabuary are too big to iterate. The vocabulary
+the number of items in the vocabulary are too big to iterate. The vocabulary
may provide a query which implements an interface appropriate for that
vocabulary. You then can register a query view--a view registered for the
query interface and the field interface--that implements
More information about the Zope3-Checkins
mailing list