Fix typo.
Abhijit Menon-Sen [Mon, 1 Sep 2008 12:59:06 +0000 (12:59 +0000)]
p4raw-id: //depot/perl@34238

lib/File/Temp.pm

index e77bb82..11a7e0a 100644 (file)
@@ -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};