From: Yitzchak Scott-Thoennes Date: Wed, 30 Aug 2000 19:25:34 +0000 (-0700) Subject: Re: typos in pods X-Git-Tag: accepted/trunk/20130322.191538~34246 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=309a139e25ad5904ea3df36d8c769e05300b3585;p=platform%2Fupstream%2Fperl.git Re: typos in pods Message-ID: p4raw-id: //depot/perl@6935 --- diff --git a/lib/CPAN.pm b/lib/CPAN.pm index aadc2a9..20b67be 100644 --- a/lib/CPAN.pm +++ b/lib/CPAN.pm @@ -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 diff --git a/lib/Pod/Checker.pm b/lib/Pod/Checker.pm index 37ed68f..01ac486 100644 --- a/lib/Pod/Checker.pm +++ b/lib/Pod/Checker.pm @@ -202,7 +202,7 @@ These may not necessarily cause trouble, but indicate mediocre style. =over 4 -=item * multiple occurence of link target I +=item * multiple occurrence of link target I 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. diff --git a/pod/perlmodlib.PL b/pod/perlmodlib.PL index a594d72..e1ba87b 100644 --- a/pod/perlmodlib.PL +++ b/pod/perlmodlib.PL @@ -115,7 +115,7 @@ print OUT <<'EOF'; To find out I modules installed on your system, including those without documentation or outside the standard release, -jus tdo this: +just do this: % find `perl -e 'print "@INC"'` -name '*.pm' -print