[Zope-Checkins] SVN: Zope/branches/2.11/lib/python/Zope2/Startup/datatypes.py typo

Andreas Jung andreas at andreas-jung.com
Thu Dec 27 08:50:08 EST 2007


Log message for revision 82465:
  typo
  

Changed:
  U   Zope/branches/2.11/lib/python/Zope2/Startup/datatypes.py

-=-
Modified: Zope/branches/2.11/lib/python/Zope2/Startup/datatypes.py
===================================================================
--- Zope/branches/2.11/lib/python/Zope2/Startup/datatypes.py	2007-12-27 13:42:29 UTC (rev 82464)
+++ Zope/branches/2.11/lib/python/Zope2/Startup/datatypes.py	2007-12-27 13:50:07 UTC (rev 82465)
@@ -111,7 +111,7 @@
 
 
 class zdaemonEnvironDict(UserDict):
-    # zdaeomon 2 expects to use a 'mapping' attribute of the environ object.
+    # zdaemon 2 expects to use a 'mapping' attribute of the environ object.
     @property
     def mapping(self):
         return self.data



More information about the Zope-Checkins mailing list