File: fix-spellings.patch

package info (click to toggle)
libthread-conveyor-monitored-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 164 kB
  • ctags: 4
  • sloc: perl: 11; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,020 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: Fix documentation spellings
Author: Christopher Hoskin <christopher.hoskin@gmail.com>
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=103210
Last-Update: 2015-03-30
--- a/lib/Thread/Conveyor/Monitored.pm
+++ b/lib/Thread/Conveyor/Monitored.pm
@@ -723,7 +723,7 @@
  $optimize = Thread::Conveyor::Monitored->optimize;
 
 The "optimize" class method allows you to specify the default optimization
-type that will be used if no "optimize" field has been explicitely specified
+type that will be used if no "optimize" field has been explicitly specified
 with a call to L<new>.  It returns the current default type of optimization.
 
 Currently two types of optimization can be selected:
@@ -733,7 +733,7 @@
 =item memory
 
 Attempt to use as little memory as possible.  Currently, this is achieved by
-starting a seperate thread which hosts an unshared array.  This uses the
+starting a separate thread which hosts an unshared array.  This uses the
 "Thread::Conveyor::Thread" sub-class.
 
 =item cpu