summaryrefslogtreecommitdiff
path: root/pod/perlfaq4.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-10-15 19:06:05 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-10-15 19:06:05 +0000
commit379e39d708cee89613f94f3144ff5b3568cb573c (patch)
treefd57ab27820c36ef66882860f9fe7d95e31541e0 /pod/perlfaq4.pod
parentdfb557fea1dd32152b766c4b86d18c19eb7cda65 (diff)
downloadperl-379e39d708cee89613f94f3144ff5b3568cb573c.tar.gz
PerlFAQ sync. (only actual changes)
p4raw-id: //depot/perl@21454
Diffstat (limited to 'pod/perlfaq4.pod')
-rw-r--r--pod/perlfaq4.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlfaq4.pod b/pod/perlfaq4.pod
index 7d3a5bcb5a..61503b6c57 100644
--- a/pod/perlfaq4.pod
+++ b/pod/perlfaq4.pod
@@ -1,6 +1,6 @@
=head1 NAME
-perlfaq4 - Data Manipulation ($Revision: 1.49 $, $Date: 2003/09/20 06:37:43 $)
+perlfaq4 - Data Manipulation ($Revision: 1.52 $, $Date: 2003/10/02 04:44:33 $)
=head1 DESCRIPTION
@@ -1586,7 +1586,7 @@ If you need to sort on several fields, the following paradigm is useful.
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 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.