This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: typos in pods
authorYitzchak Scott-Thoennes <sthoenna@efn.org>
Wed, 30 Aug 2000 19:25:34 +0000 (12:25 -0700)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 31 Aug 2000 02:47:07 +0000 (02:47 +0000)
Message-ID: <eIcr5gzkg25X092yn@efn.org>

p4raw-id: //depot/perl@6935

lib/CPAN.pm
lib/Pod/Checker.pm
pod/perlmodlib.PL

index aadc2a9..20b67be 100644 (file)
@@ -5468,7 +5468,7 @@ special compiling is need as you can access hosts directly.
 
 =back
 
-=head2 Configuring lynx or ncftp for going throught the firewall
+=head2 Configuring lynx or ncftp for going through the firewall
 
 If you can go through your firewall with e.g. lynx, presumably with a
 command such as
index 37ed68f..01ac486 100644 (file)
@@ -202,7 +202,7 @@ These may not necessarily cause trouble, but indicate mediocre style.
 
 =over 4
 
-=item * multiple occurence of link target I<name>
+=item * multiple occurrence of link target I<name>
 
 The POD file has some C<=item> and/or C<=head> commands that have
 the same text. Potential hyperlinks to such a text cannot be unique then.
index a594d72..e1ba87b 100644 (file)
@@ -115,7 +115,7 @@ print OUT <<'EOF';
 
 To find out I<all> modules installed on your system, including
 those without documentation or outside the standard release,
-jus tdo this:
+jusdo this:
 
     % find `perl -e 'print "@INC"'` -name '*.pm' -print