commit | e1f6646d6899a7dffe269e829b72c1b171eb7075 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Jun 13 07:08:48 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Jun 13 07:08:48 2008 +0000 |
tree | 4c5d2b14cd0eef3186d802c8f5cce790d05cb392 | |
parent | 6d53e7e69cb8c615e6ea3e1670b5e2c8735277a8 [diff] [blame] |
Typo.
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 *