File: spelling.patch

package info (click to toggle)
libthread-pool-simple-perl 0.25-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 116 kB
  • sloc: perl: 291; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: fix a typo in POD
Author: Florian Schlichting <fsfs@debian.org>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125820

--- a/Simple.pm
+++ b/Simple.pm
@@ -361,7 +361,7 @@
 
 =head1 DESCRIPTION
 
-C<Thread::Pool::Simple> provides a simple thread-pool implementaion
+C<Thread::Pool::Simple> provides a simple thread-pool implementation
 without external dependencies outside core modules.
 
 Jobs can be submitted to and handled by multi-threaded `workers'