summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2008-11-17 12:32:46 +0000
committerDavid Cournapeau <cournape@gmail.com>2008-11-17 12:32:46 +0000
commit968fa253e9d497db0001c6ee84198893cbce5c46 (patch)
treeffab1538b51137163cd73b99d90f3e28d026c910
parentfd802862ca053f0d6ce57816214e54c966911b0a (diff)
downloadnumpy-968fa253e9d497db0001c6ee84198893cbce5c46.tar.gz
Fix spelling.
-rw-r--r--numpy/distutils/mingw32ccompiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/mingw32ccompiler.py b/numpy/distutils/mingw32ccompiler.py
index a557507a4..9c96451bc 100644
--- a/numpy/distutils/mingw32ccompiler.py
+++ b/numpy/distutils/mingw32ccompiler.py
@@ -304,7 +304,7 @@ def check_embedded_msvcr_match_linked(msver):
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)