From: Abhijit Menon-Sen Date: Mon, 1 Sep 2008 12:59:06 +0000 (+0000) Subject: Fix typo. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d976ca1bf5121f7e8f18ba53e02fc489cdbbd19b;p=p5sagit%2Fp5-mst-13.2.git Fix typo. p4raw-id: //depot/perl@34238 --- diff --git a/lib/File/Temp.pm b/lib/File/Temp.pm index e77bb82..11a7e0a 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};