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

[minion-cvs] Fix a typo



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

Modified Files:
	ClientMain.py 
Log Message:
Fix a typo

Index: ClientMain.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/ClientMain.py,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- ClientMain.py	13 Feb 2003 07:03:49 -0000	1.54
+++ ClientMain.py	13 Feb 2003 07:39:25 -0000	1.55
@@ -816,7 +816,7 @@
     # Check myNHops for consistency
     if nHops is not None:
         if myNHops is not None and myNHops != nHops:
-            raise UIrror("Mismatch between specified number of hops")
+            raise UIError("Mismatch between specified number of hops")
         elif nHops < len(enterPath)+len(exitPath):
             raise UIError("Mismatch between specified number of hops")