summaryrefslogtreecommitdiff
path: root/README.Y2K
diff options
context:
space:
mode:
authorCasey West <casey@geeknest.com>2003-05-09 00:00:44 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-13 18:53:48 +0000
commit3099fc99273017468e5ddf7177e6764cfc105a6a (patch)
treec9f19027fc0ff8508ec51d310eac7bcc2eb55f0e /README.Y2K
parent2c634edc13b5b5cb4d6fa1bb56a8859a91a81976 (diff)
downloadperl-3099fc99273017468e5ddf7177e6764cfc105a6a.tar.gz
[perl #8599] s/catenate/concatenate/
Message-ID: <20030509080044.GA49820@geeknest.com> (except for the dup.t patch which diddled with system().) p4raw-id: //depot/perl@19518
Diffstat (limited to 'README.Y2K')
-rw-r--r--README.Y2K2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.Y2K b/README.Y2K
index be7ff51b68..a3eb5502aa 100644
--- a/README.Y2K
+++ b/README.Y2K
@@ -40,7 +40,7 @@ Long answer: The question belies a true understanding of the
longer exposition.
If you want perl to warn you when it sees a program which
- catenates a number with the string "19" -- a common
+ concatenates a number with the string "19" -- a common
indication of a year 2000 problem -- build perl using the
Configure option "-Accflags=-DPERL_Y2KWARN".
(See the file INSTALL for more information about building