summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShirakata Kentaro <root@ub32.org>2012-05-15 13:02:50 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-05-15 13:33:59 -0700
commitf526ec2f99878af98e865924168814b4efbf91e4 (patch)
treefb4945f6ad9117c357731785a9a6642d1290d3e8
parent34d9f36f9dab168de20c6d1b54014206d0b35924 (diff)
downloadperl-f526ec2f99878af98e865924168814b4efbf91e4.tar.gz
[perl #112944] perldelta: typo
-rw-r--r--pod/perldelta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index c4ecd4502b..ef4ef5942e 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -691,7 +691,7 @@ example.
Revamping C<< "\Q" >> semantics in double-quotish strings when combined with other escapes
There are a number of bugs and inconsistencies involving combinations
-of C<\Q> and excapes like C<\x>, C<\L>, etc., within a C<\Q...\E> pair.
+of C<\Q> and escapes like C<\x>, C<\L>, etc., within a C<\Q...\E> pair.
These need to be fixed, and doing so will necessarily change current
behavior. The changes have not yet been settled.
@@ -4147,7 +4147,7 @@ value in $@ now properly propagates that value [perl #111654].
On Solaris, we have two kinds of failure.
-If F<make> is Sun's F<makeā‰„>, we get an error about a badly formed macro
+If F<make> is Sun's F<make>, we get an error about a badly formed macro
assignment in the F<Makefile>. That happens when F<./Configure> tries to
make depends. F<Configure> then exits 0, but further F<make>-ing fails.