diff options
author | Richard Soderberg <p5-authors@crystalflame.net> | 2004-11-12 16:14:49 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-11-12 20:47:19 +0000 |
commit | fa11829f4b6d56533794dd127f3d1068d9593670 (patch) | |
tree | 7f368b0c4f3bed68b378d9fea31eee156223ea2c /pod/perl591delta.pod | |
parent | ac7de224d1cdf1bc265fb1a3311a78c903d66ee7 (diff) | |
download | perl-fa11829f4b6d56533794dd127f3d1068d9593670.tar.gz |
[perl #32419] Spelling fixes for perl@23492
From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
p4raw-id: //depot/perl@23496
Diffstat (limited to 'pod/perl591delta.pod')
-rw-r--r-- | pod/perl591delta.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl591delta.pod b/pod/perl591delta.pod index 83252e6c59..400f90f893 100644 --- a/pod/perl591delta.pod +++ b/pod/perl591delta.pod @@ -5,7 +5,7 @@ perldelta - what is new for perl v5.9.1 =head1 DESCRIPTION This document describes differences between the 5.9.0 and the 5.9.1 -developement releases. See L<perl590delta> for the differences between +development releases. See L<perl590delta> for the differences between 5.8.0 and 5.9.0. =head1 Incompatible Changes @@ -15,7 +15,7 @@ developement releases. See L<perl590delta> for the differences between The lvalues returned by the three argument form of substr() used to be a "fixed length window" on the original string. In some cases this could cause surprising action at distance or other undefined behaviour. Now the -length of the window adjusts iself to the length of the string assigned to +length of the window adjusts itself to the length of the string assigned to it. =head2 The C<:unique> attribute is only meaningful for globals |