summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-08-20 08:00:53 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-08-20 08:00:53 (GMT)
commit99496760c71ec6a798eadfe3d5beca418cd26300 (patch)
tree2569429a2a3badea8a42e5d76713f3effe307c43 /setup.py
parent3911d8333c5b6f9374fa11ab7c912f1471580f0f (diff)
downloadcpython-99496760c71ec6a798eadfe3d5beca418cd26300.zip
cpython-99496760c71ec6a798eadfe3d5beca418cd26300.tar.gz
cpython-99496760c71ec6a798eadfe3d5beca418cd26300.tar.bz2
Fix some spelling errors
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index aa08ada..e15350c 100644
--- a/setup.py
+++ b/setup.py
@@ -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']