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

[minion-cvs] a few more typos



Update of /home/minion/cvsroot/src/minion/lib/mixminion/directory
In directory moria.mit.edu:/home/arma/work/minion/src/minion/lib/mixminion/directory

Modified Files:
	ServerList.py 
Log Message:
a few more typos


Index: ServerList.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/directory/ServerList.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ServerList.py	5 Jan 2003 13:19:53 -0000	1.8
+++ ServerList.py	6 Jan 2003 05:42:07 -0000	1.9
@@ -3,8 +3,8 @@
 
 """mixminion.directory.ServerList
 
-   Implements a store of sererinfos for a diectory.
-
+   Implements a store of serverinfos for a directory.
+   
    FFFF Right now, this is about maximally slow.  There are a lot of tricks
    FFFF we could do to speed it up: not revalidating servers in our cache;
    FFFF pickling serverinfo objects for easy access, and so on.  But