summaryrefslogtreecommitdiffstats
path: root/perl-install/fs/loopback.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/fs/loopback.pm')
-rw-r--r--perl-install/fs/loopback.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/fs/loopback.pm b/perl-install/fs/loopback.pm
index 9d77c7302..8620e6068 100644
--- a/perl-install/fs/loopback.pm
+++ b/perl-install/fs/loopback.pm
@@ -86,7 +86,7 @@ sub getFree {
}
#- returns the size of the loopback file if it already exists
-#- returns -1 is the loopback file can not be used
+#- returns -1 is the loopback file cannot be used
sub verifFile {
my ($dir, $file, $part) = @_;
-e "$dir$file" and return -s "$dir$file";