diff options
author | Peter J. Acklam) (via RT <perlbug-followup@perl.org> | 2011-01-06 23:14:00 -0800 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2011-01-07 11:21:48 +0100 |
commit | c69ca1d4c45d8f9405e06ad3419c8ab43c8ae1d0 (patch) | |
tree | 5901edce96f54f37cc26a2c3591fbe0428626de9 /pod/perlipc.pod | |
parent | 93f09d7ba52fad6ba827274ee4fa13235edb2b44 (diff) | |
download | perl-c69ca1d4c45d8f9405e06ad3419c8ab43c8ae1d0.tar.gz |
Fix typos in pod/*
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81906]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81906 >
Diffstat (limited to 'pod/perlipc.pod')
-rw-r--r-- | pod/perlipc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlipc.pod b/pod/perlipc.pod index 6225d95d30..3009913147 100644 --- a/pod/perlipc.pod +++ b/pod/perlipc.pod @@ -398,7 +398,7 @@ C<waitpid> calls will always be retried. =item Signals as "faults" Certain signals like SEGV, ILL, and BUS are generated by virtual memory -addressing errors and similiar "faults". These are normally fatal: there is +addressing errors and similar "faults". These are normally fatal: there is little a Perl-level handler can do with them. So Perl now delivers them immediately rather than attempting to defer them. |