[Checkins] SVN: ZODB/trunk/src/ZEO/ Fixed typo.

Christian Theune ct at gocept.com
Fri Mar 7 03:20:49 EST 2008


Log message for revision 84524:
  Fixed typo.
  

Changed:
  U   ZODB/trunk/src/ZEO/tests/testZEO.py
  U   ZODB/trunk/src/ZEO/zrpc/connection.py

-=-
Modified: ZODB/trunk/src/ZEO/tests/testZEO.py
===================================================================
--- ZODB/trunk/src/ZEO/tests/testZEO.py	2008-03-07 07:01:47 UTC (rev 84523)
+++ ZODB/trunk/src/ZEO/tests/testZEO.py	2008-03-07 08:20:48 UTC (rev 84524)
@@ -374,7 +374,7 @@
         self.failIf(self._storage.is_connected())
         self.assertEqual(len(ZEO.zrpc.connection.client_map), 1)
         del ZEO.zrpc.connection.client_logger.critical
-        self.assertEqual(log[0][0], 'The ZEO cient loop failed.')
+        self.assertEqual(log[0][0], 'The ZEO client loop failed.')
         self.assert_('exc_info' in log[0][1])
         self.assertEqual(log[1][0], "Couldn't close a dispatcher.")
         self.assert_('exc_info' in log[1][1])

Modified: ZODB/trunk/src/ZEO/zrpc/connection.py
===================================================================
--- ZODB/trunk/src/ZEO/zrpc/connection.py	2008-03-07 07:01:47 UTC (rev 84523)
+++ ZODB/trunk/src/ZEO/zrpc/connection.py	2008-03-07 08:20:48 UTC (rev 84524)
@@ -114,7 +114,7 @@
         except:
             if map:
                 try:
-                    client_logger.critical('The ZEO cient loop failed.',
+                    client_logger.critical('The ZEO client loop failed.',
                                            exc_info=sys.exc_info())
                 except:
                     pass



More information about the Checkins mailing list