[Zope-Checkins] CVS: ZODB3/ZEO/zrpc - trigger.py:1.9

Barry Warsaw barry@wooz.org
Fri, 1 Nov 2002 15:37:01 -0500


Update of /cvs-repository/ZODB3/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv28667

Modified Files:
	trigger.py 
Log Message:
minor typo


=== ZODB3/ZEO/zrpc/trigger.py 1.8 => 1.9 ===
--- ZODB3/ZEO/zrpc/trigger.py:1.8	Wed Oct  2 14:37:17 2002
+++ ZODB3/ZEO/zrpc/trigger.py	Fri Nov  1 15:37:00 2002
@@ -62,7 +62,7 @@
 
         # Override the asyncore close() method, because it seems that
         # it would only close the r file descriptor and not w.  The
-        # constructor calls file_dispactcher.__init__ and passes r,
+        # constructor calls file_dispatcher.__init__ and passes r,
         # which would get stored in a file_wrapper and get closed by
         # the default close.  But that would leave w open...