Change 17338 by jhi@alpha on 2002/06/21 12:34:31
Typos-be-gone.
Affected files ...
.... //depot/perl/pod/perldelta.pod#464 edit
Differences ...
==== //depot/perl/pod/perldelta.pod#464 (text) ====
Index: perl/pod/perldelta.pod
--- perl/pod/perldelta.pod#463~17305~ Wed Jun 19 10:40:29 2002
+++ perl/pod/perldelta.pod Fri Jun 21 05:34:31 2002
@@ -1052,7 +1052,7 @@
C<Storable> gives persistence to Perl data structures by allowing the
storage and retrieval of Perl data to and from files in a fast and
compact binary format. Because in effect Storable does serialisation
-of Perl data structues, with it you can also clone deep, hierarchical
+of Perl data structures, with it you can also clone deep, hierarchical
datastructures. Storable was originally created by Raphael Manfredi,
but it is now maintained by Abhijit Menon-Sen. Storable has been
enhanced to understand the two new hash features, Unicode keys and
@@ -1265,7 +1265,7 @@
The arguments of WriteMakefile() in Makefile.PL are now checked
for sanity much more carefully than before. This may cause new
-warnings when modules are being insalled. See L<ExtUtils::MakeMaker>
+warnings when modules are being installed. See L<ExtUtils::MakeMaker>
for more details.
=item *
@@ -1982,8 +1982,8 @@
=item *
-The DYNIX/ptx platform (a.k.a. dynixptx) is supported at or near
-osvers 4.5.2.
+The DYNIX/ptx platform (also known as dynixptx) is supported at or
+near osvers 4.5.2.
=item *
End of Patch.