summaryrefslogtreecommitdiff
path: root/Modules/_ctypes
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-08-03 09:00:59 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2017-08-03 09:00:59 +0300
commit49b2734bf12dc1cda80fd73d3ec8896ae3e362f2 (patch)
tree049e496126aae48bf6d7c3ddbb7f145e04e53e97 /Modules/_ctypes
parentd9d55c91bec4776b41685b48fe660621e89f0617 (diff)
downloadcpython-git-49b2734bf12dc1cda80fd73d3ec8896ae3e362f2.tar.gz
Spelling fixes (#2902)
Diffstat (limited to 'Modules/_ctypes')
-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 fc953af518..fe39567374 100644
--- a/Modules/_ctypes/_ctypes.c
+++ b/Modules/_ctypes/_ctypes.c
@@ -3670,7 +3670,7 @@ _build_callargs(PyCFuncPtrObject *self, PyObject *argtypes,
*/
if (ob == NULL)
goto error;
- /* The .from_param call that will ocurr later will pass this
+ /* The .from_param call that will occur later will pass this
as a byref parameter. */
PyTuple_SET_ITEM(callargs, i, ob);
*poutmask |= (1 << i); /* mark as out arg */