typos in ctypes Module
diff --git a/Modules/_ctypes/_ctypes.c b/Modules/_ctypes/_ctypes.c
index 4fa52ae..930ee95 100644
--- a/Modules/_ctypes/_ctypes.c
+++ b/Modules/_ctypes/_ctypes.c
@@ -477,7 +477,7 @@
if (offset < 0) {
PyErr_SetString(PyExc_ValueError,
- "offset cannit be negative");
+ "offset cannot be negative");
return NULL;
}
if (dict->size > buffer_len - offset) {
@@ -533,7 +533,7 @@
if (offset < 0) {
PyErr_SetString(PyExc_ValueError,
- "offset cannit be negative");
+ "offset cannot be negative");
return NULL;
}