[Zope-Checkins] CVS: Zope/lib/python/Products/ZCatalog - README.txt:1.5.16.1

Andreas Jung andreas@zope.com
Tue, 1 Jan 2002 22:03:10 -0500


Update of /cvs-repository/Zope/lib/python/Products/ZCatalog
In directory cvs.zope.org:/tmp/cvs-serv24650/lib/python/Products/ZCatalog

Modified Files:
      Tag: Zope-2_5-branch
	README.txt 
Log Message:
fixed some typos


=== Zope/lib/python/Products/ZCatalog/README.txt 1.5 => 1.5.16.1 ===
        unicode except it is replaced with a new vocabulary using
        the unicode splitter. When using an unicode-enabled TextIndex
-       it is not neccessary that the corresponding attribute/method
+       it is not necessary that the corresponding attribute/method
        of the indexed object must be a unicode string. If it is
        a standard normal string then this string is converted
        to unicode using ISO-8859-1 encoding. A different encoding
@@ -48,7 +48,7 @@
      - Using a KeywordIndex with unicode strings is slightly different.
        In general you can mix columns containing unicode strings and
        standard Python string to be indexed using a KeywordIndex. For
-       internal reasons it is neccessary to change Pythons default
+       internal reasons it is necessary to change Pythons default
        encoding (set in site.py of the Python installation) if any
-       to the keyword uses a non-ascii encoding (e.g. using accented
+       to the keywords uses a non-ascii encoding (e.g. using accented
        characters).