[Zope3-checkins] SVN: Zope3/trunk/src/ Typos.

Gintautas Miliauskas gintas at pov.lt
Wed Sep 15 15:05:09 EDT 2004


Log message for revision 27539:
  Typos.
  


Changed:
  U   Zope3/trunk/src/bugtracker/interfaces.py
  U   Zope3/trunk/src/zope/app/form/utility.py


-=-
Modified: Zope3/trunk/src/bugtracker/interfaces.py
===================================================================
--- Zope3/trunk/src/bugtracker/interfaces.py	2004-09-15 19:01:49 UTC (rev 27538)
+++ Zope3/trunk/src/bugtracker/interfaces.py	2004-09-15 19:05:09 UTC (rev 27539)
@@ -197,7 +197,7 @@
 
 
 class IManagableVocabulary(IVocabulary, IVocabularyTokenized):
-    """Vocabulary that can be modified by addign and deleting terms.
+    """Vocabulary that can be modified by adding and deleting terms.
 
     Note that this is a simple interface, where vocabularies are simple
     value-title mappings. The values should be preferibly in ASCII, so that

Modified: Zope3/trunk/src/zope/app/form/utility.py
===================================================================
--- Zope3/trunk/src/zope/app/form/utility.py	2004-09-15 19:01:49 UTC (rev 27538)
+++ Zope3/trunk/src/zope/app/form/utility.py	2004-09-15 19:05:09 UTC (rev 27539)
@@ -19,7 +19,7 @@
 
 In Zope 3, formulator's forms are replaced by Schema (See
 zope.schema). In addition, the Formulator fields have been replaced by
-schema fields and form widgets. Schema fields just express the sematics
+schema fields and form widgets. Schema fields just express the semantics
 of data values. They contain no presentation logic or parameters.
 Widgets are views on fields that take care of presentation. The widget
 view names represent styles that can be selected by applications to



More information about the Zope3-Checkins mailing list