[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Fix typo in log message



Update of /home/minion/cvsroot/src/minion/lib/mixminion
In directory moria.mit.edu:/tmp/cvs-serv435/src/minion/lib/mixminion

Modified Files:
	MMTPClient.py 
Log Message:
Fix typo in log message

Index: MMTPClient.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/MMTPClient.py,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- MMTPClient.py	22 Jan 2004 05:42:07 -0000	1.50
+++ MMTPClient.py	27 Jan 2004 05:58:46 -0000	1.51
@@ -518,7 +518,7 @@
             else:
                 # We recognize the key, but some other identity signed it.
                 raise MixProtocolBadAuth(
-                    "Mismatch between expected and actual key id")
+                    "Mismatch between expected and actual key ID")
         except KeyError:
             pass