File: spelling-errors.patch

package info (click to toggle)
libparallel-runner-perl 0.013-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 120 kB
  • sloc: perl: 491; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,082 bytes parent folder | download | duplicates (4)
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.