- Fix typos in the multiprocessing module.

This commit is contained in:
doko@ubuntu.com 2013-05-15 18:06:56 +02:00
parent ef535584a9
commit 9df891ca41
3 changed files with 6 additions and 4 deletions

View file

@ -46,7 +46,7 @@ mp_SetError(PyObject *Type, int num)
break;
default:
PyErr_Format(PyExc_RuntimeError,
"unkown error number %d", num);
"unknown error number %d", num);
}
return NULL;
}