diff options
author | Georg Brandl <georg@python.org> | 2008-06-13 07:08:48 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-06-13 07:08:48 (GMT) |
commit | e1f6646d6899a7dffe269e829b72c1b171eb7075 (patch) | |
tree | 4c5d2b14cd0eef3186d802c8f5cce790d05cb392 | |
parent | 6d53e7e69cb8c615e6ea3e1670b5e2c8735277a8 (diff) | |
download | cpython-e1f6646d6899a7dffe269e829b72c1b171eb7075.zip cpython-e1f6646d6899a7dffe269e829b72c1b171eb7075.tar.gz cpython-e1f6646d6899a7dffe269e829b72c1b171eb7075.tar.bz2 |
Typo.
-rw-r--r-- | Modules/_multiprocessing/multiprocessing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_multiprocessing/multiprocessing.c b/Modules/_multiprocessing/multiprocessing.c index a38cd89..c1ac4c7 100644 --- a/Modules/_multiprocessing/multiprocessing.c +++ b/Modules/_multiprocessing/multiprocessing.c @@ -1,5 +1,5 @@ /*
- * Extension module used by mutliprocessing package
+ * Extension module used by multiprocessing package
*
* multiprocessing.c
*
|