summaryrefslogtreecommitdiff
path: root/numpy/distutils/mingw32ccompiler.py
diff options
context:
space:
mode:
authorUnknown <kunda@scribus.net>2017-12-12 19:08:43 -0500
committerUnknown <kunda@scribus.net>2017-12-12 19:09:07 -0500
commitde100beb4b53833f817d4ba9c6d940e4cff96d43 (patch)
treeeba76bff8ae029b4fb805bd6cd4bff4337922f1d /numpy/distutils/mingw32ccompiler.py
parent356b481bcf8783a4ecca6aaa7d7712e347c16101 (diff)
downloadnumpy-de100beb4b53833f817d4ba9c6d940e4cff96d43.tar.gz
DOC: fix minor typos
Diffstat (limited to 'numpy/distutils/mingw32ccompiler.py')
-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 ce9cd6180..e7fa7bc0d 100644
--- a/numpy/distutils/mingw32ccompiler.py
+++ b/numpy/distutils/mingw32ccompiler.py
@@ -569,7 +569,7 @@ def msvc_manifest_xml(maj, min):
(maj, min))
# Don't be fooled, it looks like an XML, but it is not. In particular, it
# should not have any space before starting, and its size should be
- # divisible by 4, most likely for alignement constraints when the xml is
+ # divisible by 4, most likely for alignment constraints when the xml is
# embedded in the binary...
# This template was copied directly from the python 2.6 binary (using
# strings.exe from mingw on python.exe).