summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2004-04-17 00:18:18 +0300
committerNicholas Clark <nick@ccl4.org>2004-04-17 14:02:04 +0000
commite9f7f2097cc57e1693beb51acc1a567239dd0f3b (patch)
tree03430e5ded4d8f99883e06f61717279b65a98741
parentb6f1cab7744e1167a6d0318b2710ce5b142b2067 (diff)
downloadperl-e9f7f2097cc57e1693beb51acc1a567239dd0f3b.tar.gz
spelling
Message-Id: <200404161818.i3GIIILh391648@kosh.hut.fi> p4raw-id: //depot/maint-5.8/perl@22710
-rw-r--r--pod/perl584delta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl584delta.pod b/pod/perl584delta.pod
index b0dadc118d..97afdc3bf7 100644
--- a/pod/perl584delta.pod
+++ b/pod/perl584delta.pod
@@ -178,7 +178,7 @@ Optimised C<map> in scalar context
=head1 Utility Changes
The Perl debugger (F<lib/perl5db.pl>) can now save all debugger commands for
-sourcing later, and can display the parent inheritence tree of a given class.
+sourcing later, and can display the parent inheritance tree of a given class.
=head1 Installation and Configuration Improvements
@@ -202,7 +202,7 @@ More utf8 bugs fixed, notably in how C<chomp>, C<chop>, C<send>, and
C<syswrite> and interact with utf8 data. Concatenation now works correctly
when C<use bytes;> is in scope.
-Pragmta are now correctly propagated into (?{...}) constructions in regexps.
+Pragmata are now correctly propagated into (?{...}) constructions in regexps.
Code such as
my $x = qr{ ... (??{ $x }) ... };