[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/serialize.py Typo
    Dmitry Vasiliev 
    dima at hlabs.spb.ru
       
    Wed Dec  7 07:17:07 EST 2005
    
    
  
Log message for revision 40617:
  Typo
  
Changed:
  U   ZODB/trunk/src/ZODB/serialize.py
-=-
Modified: ZODB/trunk/src/ZODB/serialize.py
===================================================================
--- ZODB/trunk/src/ZODB/serialize.py	2005-12-07 00:50:04 UTC (rev 40616)
+++ ZODB/trunk/src/ZODB/serialize.py	2005-12-07 12:17:05 UTC (rev 40617)
@@ -340,7 +340,7 @@
             if self._jar.get_connection(database_name) is not obj._p_jar:
                 raise InvalidObjectReference(
                     "Attempt to store a reference to an object from "
-                    "a separate onnection to the same database or "
+                    "a separate connection to the same database or "
                     "multidatabase"
                     )
 
    
    
More information about the Zodb-checkins
mailing list