1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Description: spelling errors
Author: Xavier Guimard <x.guimard@free.fr>
Bug: https://github.com/exodist/Parallel-Runner/issues/2
Forwarded: https://github.com/exodist/Parallel-Runner/issues/2
Last-Update: 2013-04-13
--- a/lib/Parallel/Runner.pm
+++ b/lib/Parallel/Runner.pm
@@ -189,11 +189,11 @@
There are several other modules to do this, you probably want one of them. This
module exists as a super specialised parallel task manager. You create the
-object with a proces limit and callbacks for what to do while waiting for a
-free process slot, as well as a callback for what a process shoudl do just
+object with a process limit and callbacks for what to do while waiting for a
+free process slot, as well as a callback for what a process should do just
before exiting.
-You must explicetly call $runner->finish() when you are done. If the runner is
+You must explicitly call $runner->finish() when you are done. If the runner is
destroyed before it's children are finished a warning will be generated and
your child processes will be killed, by force if necessary.
|