File: fix-pod-spelling.patch

package info (click to toggle)
libio-async-perl 0.29-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 684 kB
  • ctags: 239
  • sloc: perl: 6,439; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,004 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
25
26
Description: fix POD spelling errors
Author: Jonathan Yu <jawnsy@cpan.org>
Origin: vendor
Forwarded: no
--- a/lib/IO/Async.pm
+++ b/lib/IO/Async.pm
@@ -122,7 +122,7 @@
 =head2 Merge Points
 
 The L<IO::Async::MergePoint> object class allows for a program to wait on the
-completion of multiple seperate subtasks. It allows for each subtask to return
+completion of multiple separate subtasks. It allows for each subtask to return
 some data, which will be collected and given to the callback provided to the
 merge point, which is called when every subtask has completed.
 
--- a/lib/IO/Async/MergePoint.pm
+++ b/lib/IO/Async/MergePoint.pm
@@ -22,7 +22,7 @@
 
 This module as now been moved to its own dist of L<Async::MergePoint>.
 
-It is kept here as a trivial subclass for backward compatibilty. Eventually
+It is kept here as a trivial subclass for backward compatibility. Eventually
 this subclass may be removed. Any code using C<IO::Async::MergePoint> should
 instead use L<Async::MergePoint>.