This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix spelling errors in pod/perldelta.pod
authorAbigail <abigail@abigail.be>
Tue, 20 Mar 2012 02:05:46 +0000 (03:05 +0100)
committerAbigail <abigail@abigail.be>
Tue, 20 Mar 2012 02:05:46 +0000 (03:05 +0100)
pod/perldelta.pod

index 9bd6d5d..fcfe8f2 100644 (file)
@@ -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 *