summaryrefslogtreecommitdiff
path: root/Modules/_ctypes/_ctypes.c
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-07-28 01:30:58 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-07-28 01:30:58 +0000
commit12c47f7453247cbc953eaec768ee19b8bf824d52 (patch)
treee28e04f781b672df0219ad9fcc53bbe8525bde2c /Modules/_ctypes/_ctypes.c
parent4b465920a09af965bf950c350da16f7b1b780830 (diff)
parentd4a5f3a20409f68f788f156205fa6011192e99b0 (diff)
downloadcpython-12c47f7453247cbc953eaec768ee19b8bf824d52.tar.gz
Issue #27626: Merge spelling fixes from 3.5
Diffstat (limited to 'Modules/_ctypes/_ctypes.c')
-rw-r--r--Modules/_ctypes/_ctypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_ctypes/_ctypes.c b/Modules/_ctypes/_ctypes.c
index 331343bfba..cd5b4aac1f 100644
--- a/Modules/_ctypes/_ctypes.c
+++ b/Modules/_ctypes/_ctypes.c
@@ -332,7 +332,7 @@ _ctypes_alloc_format_string_with_shape(int ndim, const Py_ssize_t *shape,
/*
PyCStructType_Type - a meta type/class. Creating a new class using this one as
- __metaclass__ will call the contructor StructUnionType_new. It replaces the
+ __metaclass__ will call the constructor StructUnionType_new. It replaces the
tp_dict member with a new instance of StgDict, and initializes the C
accessible fields somehow.
*/