Log message for revision 69716:
  Fixed two typos.
  

Changed:
  U   CMF/branches/1.6/CMFCore/exportimport/properties.py

-=-
Modified: CMF/branches/1.6/CMFCore/exportimport/properties.py
===================================================================
--- CMF/branches/1.6/CMFCore/exportimport/properties.py 2006-08-21 11:20:38 UTC 
(rev 69715)
+++ CMF/branches/1.6/CMFCore/exportimport/properties.py 2006-08-21 11:59:41 UTC 
(rev 69716)
@@ -68,7 +68,7 @@
 
     importer = zapi.queryMultiAdapter((site, context), IBody)
     if importer is None:
-        logger.warning('Import adapter misssing.')
+        logger.warning('Import adapter missing.')
         return
 
     importer.body = body
@@ -81,7 +81,7 @@
 
     exporter = zapi.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

Reply via email to