File: fix-typo-in-pod.patch

package info (click to toggle)
liblockfile-simple-perl 0.208-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 200 kB
  • sloc: perl: 538; makefile: 2; ansic: 1
file content (23 lines) | stat: -rw-r--r-- 905 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: Fix typo in POD
Author: Maximilian Gass <mxey@cloudconnected.org>
Bug: https://rt.cpan.org/Ticket/Display.html?id=66086
--- a/Simple.pm
+++ b/Simple.pm
@@ -677,7 +677,7 @@
 it redirects to the logerr() routine if you have Log::Agent installed,
 to Perl's warn() function otherwise.
 
-You may set it explicitely to C<\&LockFile::Simple::core_warn> to force the
+You may set it explicitly to C<\&LockFile::Simple::core_warn> to force the
 use of Perl's warn() function, or to C<undef> to suppress logging.
 
 =item I<ext>
@@ -746,7 +746,7 @@
 it redirects to the logwarn() routine if you have Log::Agent installed,
 to Perl's warn() function otherwise.
 
-You may set it explicitely to C<\&LockFile::Simple::core_warn> to force the
+You may set it explicitly to C<\&LockFile::Simple::core_warn> to force the
 use of Perl's warn() function, or to C<undef> to suppress logging.
 
 =item I<wmin>