[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex/Splitter - __init__.py:1.4.4.1

Andreas Jung andreas@digicool.com
Fri, 3 May 2002 10:53:41 -0400


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndex/Splitter
In directory cvs.zope.org:/tmp/cvs-serv5101

Modified Files:
      Tag: Zope-2_4-branch
	__init__.py 
Log Message:
fixed typo in author name


=== Zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.py 1.4 => 1.4.4.1 ===
 availableSplitters = (
   ("ZopeSplitter" , "Zope Default Splitter"),
-  ("ISO_8859_1_Splitter" , "Werner Strobles ISO-8859-1 Splitter")
+  ("ISO_8859_1_Splitter" , "Werner Strobls ISO-8859-1 Splitter")
 )
 
 splitterNames = map(lambda x: x[0],availableSplitters)