Typo fix in the description of change 26370.
[p5sagit/p5-mst-13.2.git] / pod / perl573delta.pod
index 65c1ca5..42ed261 100644 (file)
@@ -19,8 +19,8 @@ This is just a selected list of some of the more notable changes.
 The numbers refer to the Perl repository change numbers; see
 L<Changes58> (or L<Changes> in Perl 5.8.1).  In addition to these
 changes, lots of work took place in integrating threads, PerlIO, and
-Unicode; and general code cleanup; and last but not least and porting
-to non-UNIX lands like Win32, VMS, Cygwin, DJGPP, VOS, MacOS Classic,
+Unicode; general code cleanup; and last but not least porting to
+non-UNIX lands such as Win32, VMS, Cygwin, DJGPP, VOS, MacOS Classic,
 and EBCDIC.
 
 =over 4
@@ -103,7 +103,7 @@ document that use utf8 is not the right way most of the time
 
 =item 11656
 
-allow builing perl with -DUSE_UTF8_SCRIPTS which makes UTF-8
+allow building perl with -DUSE_UTF8_SCRIPTS which makes UTF-8
 the default script encoding (not the default since that would
 break all scripts having legacy eight-bit data in them)
 
@@ -149,7 +149,7 @@ unpack("Z*Z*", pack("Z*Z*", ..)) was broken
 
 =item 12243
 
-Devel::Peek: display UTF-8 SVs also also as \x{...}
+Devel::Peek: display UTF-8 SVs also as \x{...}
 
 =item 12288