File: fix-spelling-error-in-manpage.patch

package info (click to toggle)
libanyevent-fork-perl 1.31-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 236 kB
  • sloc: perl: 248; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 665 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix spelling error in manpage
Author: Lucas Kanashiro <kanashiro@debian.rg>
Last-Updated: 2018-07-25
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125925
Bug: https://rt.cpan.org/Ticket/Display.html?id=125925

--- a/Fork.pm
+++ b/Fork.pm
@@ -626,7 +626,7 @@ C<$^X> is investigated to see if the pat
 as if it were the perl interpreter. Failing this, the module falls back to
 using C<$Config::Config{perlpath}>.
 
-The path to perl can also be overriden by setting the global variable
+The path to perl can also be overridden by setting the global variable
 C<$AnyEvent::Fork::PERL> - it's value will be used for all subsequent
 invocations.