[CMF-checkins] CVS: CMF - File.py:1.12
shane@digicool.com
shane@digicool.com
Tue, 12 Jun 2001 16:59:14 -0400 (EDT)
Update of /cvs-repository/CMF/CMFDefault
In directory korak.digicool.com:/tmp/cvs-serv2345
Modified Files:
File.py
Log Message:
Nitpicking. :-)
--- Updated File File.py in package CMF --
--- File.py 2001/05/24 20:39:40 1.11
+++ File.py 2001/06/12 20:58:44 1.12
@@ -234,7 +234,7 @@
def SearchableText(self):
"""
SeachableText is used for full text seraches of a portal. It
- should return a concatanation of all useful text.
+ should return a concatenation of all useful text.
"""
return "%s %s" % (self.title, self.description)