summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@wiw.org>2008-09-01 12:59:06 +0000
committerAbhijit Menon-Sen <ams@wiw.org>2008-09-01 12:59:06 +0000
commitd976ca1bf5121f7e8f18ba53e02fc489cdbbd19b (patch)
tree9a66633bfe9dde03ae37f6e9e62ad9abbc9999bd /lib
parent10865379b295ac14989140112c387f7432a740a1 (diff)
downloadperl-d976ca1bf5121f7e8f18ba53e02fc489cdbbd19b.tar.gz
Fix typo.
p4raw-id: //depot/perl@34238
Diffstat (limited to 'lib')
-rw-r--r--lib/File/Temp.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Temp.pm b/lib/File/Temp.pm
index e77bb820f1..11a7e0a7f0 100644
--- a/lib/File/Temp.pm
+++ b/lib/File/Temp.pm
@@ -1022,7 +1022,7 @@ sub new {
my $unlink = (exists $args{UNLINK} ? $args{UNLINK} : 1 );
delete $args{UNLINK};
- # template (store it in an error so that it will
+ # template (store it in an array so that it will
# disappear from the arg list of tempfile
my @template = ( exists $args{TEMPLATE} ? $args{TEMPLATE} : () );
delete $args{TEMPLATE};