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/perl5130delta.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/perl5130delta.pod')
-rw-r--r-- | pod/perl5130delta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl5130delta.pod b/pod/perl5130delta.pod index 9fbe1cc40d..c5d5169b54 100644 --- a/pod/perl5130delta.pod +++ b/pod/perl5130delta.pod @@ -22,7 +22,7 @@ should give a few percent speed increase, and eliminates almost all of the speed penalty caused by the introduction of "safe signals" in 5.8.0. Signals should still be dispatched within the same statement as they were previously - if this is not the case, or it is possible to -create uninterruptable loops, this is a bug, and reports are encouraged +create uninterruptible loops, this is a bug, and reports are encouraged of how to recreate such issues. =head2 Assignment to C<$0> sets the legacy process name with C<prctl()> on Linux |