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

[minion-cvs] Normalize spellings in favor of hyphenless "Type III"



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

Modified Files:
	Modules.py Queue.py 
Log Message:
Normalize spellings in favor of hyphenless "Type III"

Index: Modules.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/server/Modules.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Modules.py	6 Jan 2003 03:26:35 -0000	1.15
+++ Modules.py	7 Jan 2003 01:41:20 -0000	1.16
@@ -692,7 +692,7 @@
                    'Message' : ('ALLOW', None, ""),
                    'ReturnAddress': ('ALLOW', None, None), #Required on e
                    'SubjectLine' : ('ALLOW', None,
-                                    'Type-III Anonymous Message'),
+                                    'Type III Anonymous Message'),
 
                    }
                  }
@@ -779,7 +779,7 @@
                    'MixCommand' : ('REQUIRE', _parseCommand, None),
                    'Server' : ('REQUIRE', None, None),
                    'SubjectLine' : ('ALLOW', None,
-                                    'Type-III Anonymous Message'),
+                                    'Type III Anonymous Message'),
                    }
                  }
 

Index: Queue.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/server/Queue.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Queue.py	16 Dec 2002 02:40:11 -0000	1.4
+++ Queue.py	7 Jan 2003 01:41:20 -0000	1.5
@@ -411,7 +411,7 @@
            unless it has <minPool>+<minSend> messages, and never sends more
            than <sendRate> * the corrent pool size.
 
-           If 'minSend'==1, this is a real Cottrell (type-II) mix pool.
+           If 'minSend'==1, this is a real Cottrell (type II style) mix pool.
            Otherwise, this is a generic 'timed dynamic-pool' mix pool.  (Note
            that there is still a matter of some controversy whether it ever
            makes sense to set minSend != 1.)