diff options
Diffstat (limited to 'numpy/distutils/ccompiler.py')
| -rw-r--r-- | numpy/distutils/ccompiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/ccompiler.py b/numpy/distutils/ccompiler.py index bbc3923bd..b03fb96b2 100644 --- a/numpy/distutils/ccompiler.py +++ b/numpy/distutils/ccompiler.py @@ -50,7 +50,7 @@ def _needs_build(obj, cc_args, extra_postargs, pp_opts): return True # dep_file is a makefile containing 'object: dependencies' - # formated like posix shell (spaces escaped, \ line continuations) + # formatted like posix shell (spaces escaped, \ line continuations) # the last line contains the compiler commandline arguments as some # projects may compile an extension multiple times with different # arguments |
