Log message for revision 69721:
Typos.
Changed:
U CMF/trunk/CMFCore/exportimport/properties.py
-=-
Modified: CMF/trunk/CMFCore/exportimport/properties.py
===================================================================
--- CMF/trunk/CMFCore/exportimport/properties.py 2006-08-21 15:37:29 UTC
(rev 69720)
+++ CMF/trunk/CMFCore/exportimport/properties.py 2006-08-21 15:38:01 UTC
(rev 69721)
@@ -70,7 +70,7 @@
importer = queryMultiAdapter((site, context), IBody)
if importer is None:
- logger.warning('Import adapter misssing.')
+ logger.warning('Import adapter missing.')
return
importer.body = body
@@ -83,7 +83,7 @@
exporter = queryMultiAdapter((site, context), IBody)
if exporter is None:
- logger.warning('Export adapter misssing.')
+ logger.warning('Export adapter missing.')
return
context.writeDataFile(_FILENAME, exporter.body, exporter.mime_type)
_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins