commit | 9df891ca41e98d6b008cbc6ccc738d531dcb42e4 | [log] [tgz] |
---|---|---|
author | doko@ubuntu.com <doko@ubuntu.com> | Wed May 15 18:06:56 2013 +0200 |
committer | doko@ubuntu.com <doko@ubuntu.com> | Wed May 15 18:06:56 2013 +0200 |
tree | a48cca83fa2e03851d33bce2d4c2597970445f0e | |
parent | ef535584a941c6e5cada828a118a06f5ddf80e86 [diff] [blame] |
- Fix typos in the multiprocessing module.
diff --git a/Modules/_multiprocessing/multiprocessing.c b/Modules/_multiprocessing/multiprocessing.c index eb05c62..9460c89 100644 --- a/Modules/_multiprocessing/multiprocessing.c +++ b/Modules/_multiprocessing/multiprocessing.c
@@ -46,7 +46,7 @@ break; default: PyErr_Format(PyExc_RuntimeError, - "unkown error number %d", num); + "unknown error number %d", num); } return NULL; }