diff options
author | David Cournapeau <cournape@gmail.com> | 2008-11-17 12:32:46 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-11-17 12:32:46 +0000 |
commit | 968fa253e9d497db0001c6ee84198893cbce5c46 (patch) | |
tree | ffab1538b51137163cd73b99d90f3e28d026c910 /numpy/distutils/mingw32ccompiler.py | |
parent | fd802862ca053f0d6ce57816214e54c966911b0a (diff) | |
download | numpy-968fa253e9d497db0001c6ee84198893cbce5c46.tar.gz |
Fix spelling.
Diffstat (limited to 'numpy/distutils/mingw32ccompiler.py')
-rw-r--r-- | numpy/distutils/mingw32ccompiler.py | 2 |
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) |