diff options
author | Casey West <casey@geeknest.com> | 2003-05-09 00:00:44 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-13 18:53:48 +0000 |
commit | 3099fc99273017468e5ddf7177e6764cfc105a6a (patch) | |
tree | c9f19027fc0ff8508ec51d310eac7bcc2eb55f0e /lib/File/Spec.pm | |
parent | 2c634edc13b5b5cb4d6fa1bb56a8859a91a81976 (diff) | |
download | perl-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 'lib/File/Spec.pm')
-rw-r--r-- | lib/File/Spec.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Spec.pm b/lib/File/Spec.pm index d3a2987b0f..fd544cdec1 100644 --- a/lib/File/Spec.pm +++ b/lib/File/Spec.pm @@ -207,7 +207,7 @@ on some OSs. =item catpath() Takes volume, directory and file portions and returns an entire path. Under -Unix, $volume is ignored, and directory and file are catenated. A '/' is +Unix, $volume is ignored, and directory and file are concatenated. A '/' is inserted if need be. On other OSs, $volume is significant. $full_path = File::Spec->catpath( $volume, $directory, $file ); |