From 4b9d142bd37dcdc94b7bcdbdb3f7109d7a915e25 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 13 Dec 2004 15:56:00 +0000 Subject: better english (writing style rather than spoken one) --- perl-install/loopback.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/loopback.pm') diff --git a/perl-install/loopback.pm b/perl-install/loopback.pm index 3be5a87bb..a3610ddf0 100644 --- a/perl-install/loopback.pm +++ b/perl-install/loopback.pm @@ -93,7 +93,7 @@ sub getFree { } #- returns the size of the loopback file if it already exists -#- returns -1 is the loopback file can't be used +#- returns -1 is the loopback file can not be used sub verifFile { my ($dir, $file, $part) = @_; -e "$dir$file" and return -s "$dir$file"; -- cgit v1.2.1