[CMF-checkins] SVN: CMF/branches/1.6/CMFCore/exportimport/properties.py Fixed two typos.

Stefan H. Holek stefan at epy.co.at
Mon Aug 21 07:59:42 EDT 2006


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)



More information about the CMF-checkins mailing list