[Checkins] SVN: CMF/branches/2.0/CMFCore/exportimport/properties.py Typos.

Stefan H. Holek stefan at epy.co.at
Mon Aug 21 11:37:30 EDT 2006


Log message for revision 69720:
  Typos.
  

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

-=-
Modified: CMF/branches/2.0/CMFCore/exportimport/properties.py
===================================================================
--- CMF/branches/2.0/CMFCore/exportimport/properties.py	2006-08-21 13:53:13 UTC (rev 69719)
+++ CMF/branches/2.0/CMFCore/exportimport/properties.py	2006-08-21 15:37:29 UTC (rev 69720)
@@ -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)



More information about the Checkins mailing list