summaryrefslogtreecommitdiff
path: root/tools/win32build/prepare_bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/win32build/prepare_bootstrap.py')
-rw-r--r--tools/win32build/prepare_bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/win32build/prepare_bootstrap.py b/tools/win32build/prepare_bootstrap.py
index 3984032fd..acb127c23 100644
--- a/tools/win32build/prepare_bootstrap.py
+++ b/tools/win32build/prepare_bootstrap.py
@@ -9,7 +9,7 @@ import re
def get_sdist_tarball():
"""Return the name of the installer built by wininst command."""
- # Yeah, the name logic is harcoded in distutils. We have to reproduce it
+ # Yeah, the name logic is hardcoded in distutils. We have to reproduce it
# here
name = "numpy-%s.zip" % get_numpy_version()
return name