summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-08-20 08:26:16 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-08-20 08:26:16 (GMT)
commit8fbab9f163727934ed258942fcb920605aa9777a (patch)
tree4fadba0c0890aec7a2ab169b44093906d9de525d /Include
parent09808e753066f372727b7d4dca9dcbc01f47cd53 (diff)
parentd210a70dd92aa3beca9d24a7a40d25681cf48fbd (diff)
downloadcpython-8fbab9f163727934ed258942fcb920605aa9777a.zip
cpython-8fbab9f163727934ed258942fcb920605aa9777a.tar.gz
cpython-8fbab9f163727934ed258942fcb920605aa9777a.tar.bz2
Merge spelling fixes from 3.5
Diffstat (limited to 'Include')
-rw-r--r--Include/pymacconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/pymacconfig.h b/Include/pymacconfig.h
index 0c28f5c..9dde11b 100644
--- a/Include/pymacconfig.h
+++ b/Include/pymacconfig.h
@@ -63,7 +63,7 @@
# if defined(__LP64__)
/* MacOSX 10.4 (the first release to support 64-bit code
* at all) only supports 64-bit in the UNIX layer.
- * Therefore surpress the toolbox-glue in 64-bit mode.
+ * Therefore suppress the toolbox-glue in 64-bit mode.
*/
/* In 64-bit mode setpgrp always has no arguments, in 32-bit
@@ -91,7 +91,7 @@
*
* Specifically: OSX 10.4 has limited supported for '%zd', while
* 10.5 has full support for '%zd'. A binary built on 10.5 won't
- * work properly on 10.4 unless we surpress the definition
+ * work properly on 10.4 unless we suppress the definition
* of PY_FORMAT_SIZE_T
*/
#undef PY_FORMAT_SIZE_T