sundry typos and such
Gurusamy Sarathy [Tue, 22 Feb 2000 17:10:39 +0000 (17:10 +0000)]
p4raw-id: //depot/perl@5204

pod/perldelta.pod
pod/perldiag.pod
utils/perldoc.PL

index f9e9f04..d908567 100644 (file)
@@ -2260,7 +2260,7 @@ when you meant
 
     my ($foo, $bar) = @_;
 
-Remember that "my", "our" and "local" bind closer than comma.
+Remember that "my", "our", and "local" bind tighter than comma.
 
 =item Possible Y2K bug: %s
 
index 80616d9..05e57c0 100644 (file)
@@ -2445,7 +2445,7 @@ when you meant
 
     my ($foo, $bar) = @_;
 
-Remember that "my", "our" and "local" bind closer than comma.
+Remember that "my", "our", and "local" bind tighter than comma.
 
 =item Perl %3.3f required--this is only version %s, stopped
 
index c4a9113..7147607 100644 (file)
@@ -56,7 +56,7 @@ Usage: $me [-h] [-r] [-i] [-v] [-t] [-u] [-m] [-n program] [-l] [-F] [-X] PageNa
        $me -q FAQKeywords
 
 The -h option prints more help.  Also try "perldoc perldoc" to get
-aquainted with the system.
+acquainted with the system.
 EOF
 }