summaryrefslogtreecommitdiff
path: root/numpy/distutils/command
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-01-04 20:48:10 -0500
committerluz.paz <luzpaz@users.noreply.github.com>2018-01-04 20:48:10 -0500
commit7cb22f954ed50217f7eb483f4fbdb67953f6482d (patch)
tree17a28979c0abae1b41b5760df4621bc964c8f948 /numpy/distutils/command
parent9a902b775c12be99708a0a33a244ace3521855de (diff)
downloadnumpy-7cb22f954ed50217f7eb483f4fbdb67953f6482d.tar.gz
More misc. typos
Found via `codespell`
Diffstat (limited to 'numpy/distutils/command')
-rw-r--r--numpy/distutils/command/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/command/config.py b/numpy/distutils/command/config.py
index a7368a7ae..66d4ed58d 100644
--- a/numpy/distutils/command/config.py
+++ b/numpy/distutils/command/config.py
@@ -359,7 +359,7 @@ int main (void)
decl : dict
for every (key, value), the declaration in the value will be
used for function in key. If a function is not in the
- dictionay, no declaration will be used.
+ dictionary, no declaration will be used.
call : dict
for every item (f, value), if the value is True, a call will be
done to the function f.