diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-08-20 08:00:53 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-08-20 08:00:53 (GMT) |
commit | 99496760c71ec6a798eadfe3d5beca418cd26300 (patch) | |
tree | 2569429a2a3badea8a42e5d76713f3effe307c43 /setup.py | |
parent | 3911d8333c5b6f9374fa11ab7c912f1471580f0f (diff) | |
download | cpython-99496760c71ec6a798eadfe3d5beca418cd26300.zip cpython-99496760c71ec6a798eadfe3d5beca418cd26300.tar.gz cpython-99496760c71ec6a798eadfe3d5beca418cd26300.tar.bz2 |
Fix some spelling errors
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1652,7 +1652,7 @@ class PyBuildExt(build_ext): if int(os.uname()[2].split('.')[0]) >= 8: # We're on Mac OS X 10.4 or later, the compiler should # support '-Wno-deprecated-declarations'. This will - # surpress deprecation warnings for the Carbon extensions, + # suppress deprecation warnings for the Carbon extensions, # these extensions wrap the Carbon APIs and even those # parts that are deprecated. carbon_extra_compile_args = ['-Wno-deprecated-declarations'] |