[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] spelling fix
Update of /home/minion/cvsroot/src/minion/lib/mixminion
In directory moria.mit.edu:/home2/arma/work/minion/src/minion/lib/mixminion
Modified Files:
BuildMessage.py
Log Message:
spelling fix
Index: BuildMessage.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/BuildMessage.py,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- BuildMessage.py 13 Jul 2003 03:45:33 -0000 1.49
+++ BuildMessage.py 13 Jul 2003 16:43:35 -0000 1.50
@@ -352,7 +352,7 @@
def _decodeReplyPayload(payload, secrets, check=0):
"""Helper function: decode a reply payload, given a known list of packet
- master secrets. If 'check' is true, then 'secerts' may be overlong.
+ master secrets. If 'check' is true, then 'secrets' may be overlong.
Return values are the same as decodePayload.
[secrets must be in _reverse_ order]
"""