From 3a964d776bf965819f93acda3c971d2de972cbf9 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 8 Feb 2007 14:14:25 +0000 Subject: [PATCH] Typo fix, by John P. Linderman p4raw-id: //depot/perl@30172 --- lib/File/Copy.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/File/Copy.pm b/lib/File/Copy.pm index e34657c..2726771 100644 --- a/lib/File/Copy.pm +++ b/lib/File/Copy.pm @@ -344,7 +344,7 @@ filehandle to a file, use C on the filehandle. An optional third parameter can be used to specify the buffer size used for copying. This is the number of bytes from the -first file, that wil be held in memory at any given time, before +first file, that will be held in memory at any given time, before being written to the second file. The default buffer size depends upon the file, but will generally be the whole file (up to 2Mb), or 1k for filehandles that do not reference files (eg. sockets). -- 2.7.4