svn+ssh://pythondev@svn.python.org/python/trunk
........
r72794 | mark.dickinson | 2009-05-20 18:55:31 +0100 (Wed, 20 May 2009) | 1 line
typos in ctypes Module
........
if (offset < 0) {
PyErr_SetString(PyExc_ValueError,
- "offset cannit be negative");
+ "offset cannot be negative");
return NULL;
}
if (dict->size > buffer_len - offset) {
if (offset < 0) {
PyErr_SetString(PyExc_ValueError,
- "offset cannit be negative");
+ "offset cannot be negative");
return NULL;
}