commit | 9855249a9fda76bafc2194eb75ad11229f2004ce | [log] [tgz] |
---|---|---|
author | doko@ubuntu.com <doko@ubuntu.com> | Wed May 15 16:54:16 2013 +0200 |
committer | doko@ubuntu.com <doko@ubuntu.com> | Wed May 15 16:54:16 2013 +0200 |
tree | d4ccfa36249d498b68cc8694ff055fa2caeedef1 | |
parent | 96645cc4ff284b17a11db87726a7dcb874945dc5 [diff] [blame] |
- Fix typos in the multiprocessing module.
diff --git a/Modules/_multiprocessing/multiprocessing.c b/Modules/_multiprocessing/multiprocessing.c index c831637..d192a07 100644 --- a/Modules/_multiprocessing/multiprocessing.c +++ b/Modules/_multiprocessing/multiprocessing.c
@@ -63,7 +63,7 @@ break; default: PyErr_Format(PyExc_RuntimeError, - "unkown error number %d", num); + "unknown error number %d", num); } return NULL; }