summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
Diffstat (limited to 'numpy')
-rw-r--r--numpy/random/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/setup.py b/numpy/random/setup.py
index 01808e83c..233344430 100644
--- a/numpy/random/setup.py
+++ b/numpy/random/setup.py
@@ -53,7 +53,7 @@ def configuration(parent_package='', top_path=None):
if sys.platform == 'cygwin':
# Export symbols without __declspec(dllexport) for using by cython.
# Using __declspec(dllexport) does not export other necessary symbols
- # in Cygwin package's Cython enviroment, making it impossible to
+ # in Cygwin package's Cython environment, making it impossible to
# import modules.
EXTRA_LINK_ARGS += ['-Wl,--export-all-symbols']