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

[minion-cvs] minor patches after looking at the code



Update of /home/minion/cvsroot/src/minion
In directory moria.seul.org:/home/arma/work/minion/src/minion

Modified Files:
	setup.py 
Log Message:
minor patches after looking at the code


Index: setup.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/setup.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- setup.py	24 Jun 2002 20:28:18 -0000	1.4
+++ setup.py	27 Jun 2002 23:32:18 -0000	1.5
@@ -53,7 +53,7 @@
 elif other_endian:
     print "Wild!  Your machine seems to be middle-endian, and yet you've"
     print "somehow made it run Python.  Despite your perversity, I admire"
-    print "your neve, and will try to soldier on."
+    print "your nerve, and will try to soldier on."
     MACROS.append( ("MM_O_ENDIAN", 1)  )
 
 #======================================================================