[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] fix comment
Update of /home/minion/cvsroot/src/minion/lib/mixminion/server
In directory moria:/home/arma/work/minion/cvs/src/minion/lib/mixminion/server
Modified Files:
MMTPServer.py
Log Message:
fix comment
Index: MMTPServer.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/server/MMTPServer.py,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- MMTPServer.py 9 Aug 2005 15:51:32 -0000 1.88
+++ MMTPServer.py 10 Aug 2005 19:38:59 -0000 1.89
@@ -522,7 +522,7 @@
def configurePingLog(self, pingLog, identity):
"""Must be called after construction: set this _ClientCon to
report events to the pinglog 'pingLog'; tell it that we are
- connecting to the server named 'nickname'."""
+ connecting to the server named 'identity'."""
self._pingLog = pingLog
self._identity = identity
self._wasOnceConnected = 0