[Numpy-svn] r6067 - branches/visualstudio_manifest/numpy/distutils

numpy-svn at scipy.org numpy-svn at scipy.org
Mon Nov 17 07:32:50 EST 2008


Author: cdavid
Date: 2008-11-17 06:32:46 -0600 (Mon, 17 Nov 2008)
New Revision: 6067

Modified:
   branches/visualstudio_manifest/numpy/distutils/mingw32ccompiler.py
Log:
Fix spelling.

Modified: branches/visualstudio_manifest/numpy/distutils/mingw32ccompiler.py
===================================================================
--- branches/visualstudio_manifest/numpy/distutils/mingw32ccompiler.py	2008-11-17 12:09:08 UTC (rev 6066)
+++ branches/visualstudio_manifest/numpy/distutils/mingw32ccompiler.py	2008-11-17 12:32:46 UTC (rev 6067)
@@ -304,7 +304,7 @@
         maj = int(msvcv[5:6])
         if not maj == int(msver):
             raise ValueError, \
-                  "Dyscrepancy between linked msvcr " \
+                  "Discrepancy between linked msvcr " \
                   "(%d) and the one about to be embedded " \
                   "(%d)" % (int(msver), maj)
 




More information about the Numpy-svn mailing list