summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2012-03-20 03:05:46 +0100
committerAbigail <abigail@abigail.be>2012-03-20 03:05:46 +0100
commit41c3b428c4a3ce29a0f80c7f63eda133089137de (patch)
tree840848699a7755bf8758849efd1fcd0135112748
parentfae9e8f42caa843805a479b6d6bf28a777f61037 (diff)
downloadperl-41c3b428c4a3ce29a0f80c7f63eda133089137de.tar.gz
Fix spelling errors in pod/perldelta.pod
-rw-r--r--pod/perldelta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 9bd6d5d2cc..fcfe8f2f90 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 *