[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[minion-cvs] Correct a typo



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

Modified Files:
	ServerKeys.py 
Log Message:
Correct a typo

Index: ServerKeys.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/server/ServerKeys.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ServerKeys.py	16 Dec 2002 02:40:11 -0000	1.3
+++ ServerKeys.py	29 Dec 2002 20:28:39 -0000	1.4
@@ -24,7 +24,6 @@
 from mixminion.Common import LOG, MixError, MixFatalError, createPrivateDir, \
      formatBase64, formatDate, formatTime, previousMidnight, secureDelete
 
-
 #----------------------------------------------------------------------
 class ServerKeyring:
     """A ServerKeyring remembers current and future keys, descriptors, and
@@ -183,7 +182,7 @@
 
     def createKeys(self, num=1, startAt=None):
         """Generate 'num' public keys for this server. If startAt is provided,
-           make the first key become valid at'startAt'.  Otherwise, make the
+           make the first key become valid at 'startAt'.  Otherwise, make the
            first key become valid right after the last key we currently have
            expires.  If we have no keys now, make the first key start now."""
         # FFFF Use this.