cvs commit: perlfaq perlfaq4.pod
[email protected] (Robert Spier) 2 Oct 2003 03:53:31 -0000
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 03/10/01 20:53:31 Modified: . perlfaq4.pod Log: From: Jonathan Rynd <[email protected]> To: [email protected] Subject: Bug in perlfaq4 Date: Wed, 01 Oct 2003 12:54:11 -0400 misspelling in "Why aren't my random numbers random?": change "artitcle" to "article" Revision Changes Path 1.51 +2 -2 perlfaq/perlfaq4.pod Index: perlfaq4.pod =================================================================== RCS file: /cvs/public/perlfaq/perlfaq4.pod,v retrieving revision 1.50 retrieving revision 1.51 diff -u -w -r1.50 -r1.51 --- perlfaq4.pod 21 Sep 2003 05:59:37 -0000 1.50 +++ perlfaq4.pod 2 Oct 2003 03:53:30 -0000 1.51 @@ -1,6 +1,6 @@ =head1 NAME -perlfaq4 - Data Manipulation ($Revision: 1.50 $, $Date: 2003/09/21 05:59:37 $) +perlfaq4 - Data Manipulation ($Revision: 1.51 $, $Date: 2003/10/02 03:53:30 $) =head1 DESCRIPTION @@ -1586,7 +1586,7 @@ This can be conveniently combined with precalculation of keys as given above. -See the F<sort> artitcle article in the "Far More Than You Ever Wanted +See the F<sort> article article in the "Far More Than You Ever Wanted To Know" collection in http://www.cpan.org/misc/olddoc/FMTEYEWTK.tgz for more about this approach.