In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/41c3b428c4a3ce29a0f80c7f63eda133089137de?hp=fae9e8f42caa843805a479b6d6bf28a777f61037>
- Log ----------------------------------------------------------------- commit 41c3b428c4a3ce29a0f80c7f63eda133089137de Author: Abigail <[email protected]> Date: Tue Mar 20 03:05:46 2012 +0100 Fix spelling errors in pod/perldelta.pod ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 9bd6d5d..fcfe8f2 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -263,7 +263,7 @@ Fix leaking a file handle. [perl #37033] =item * An off-by-one error caused C<< /[:upper:]/ >> and C<< /[:punct:]/ >> to -unexepectly match characters with code points above 255. This has been +unexpectedly match characters with code points above 255. This has been rectified. [perl 111400]. =item * @@ -277,7 +277,7 @@ Allow attributes to set C<< :lvalue >> on a defined sub. [perl 107366]. =item * C<< die; >> with a non-reference, non-string value in $@ now properly -propgates that value [perl #111654]. +propagates that value [perl #111654]. =item * -- Perl5 Master Repository
