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.
|