Commit 25afa7ce authored by Ken Manheimer's avatar Ken Manheimer

Spelling: "allready" => "already"

parent b2fb913b
...@@ -279,12 +279,12 @@ class Catalog(Persistent, Acquisition.Implicit): ...@@ -279,12 +279,12 @@ class Catalog(Persistent, Acquisition.Implicit):
""" """
adds an index adds an index
Currently supported are 'FieldIndexes', 'TextIndexs' and Currently supported are 'FieldIndexes', 'TextIndexes' and
'KeywordIndexes'. 'KeywordIndexes'.
""" """
if self.indexes.has_key(name): if self.indexes.has_key(name):
raise 'Index Exists', 'The index specified allready exists' raise 'Index Exists', 'The index specified already exists'
# this is currently a succesion of hacks. Indexes should be # this is currently a succesion of hacks. Indexes should be
# pluggable and managable # pluggable and managable
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment