grammar fix: s/does not exists/does not exist/g
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -689,7 +689,7 @@ sub free_image {
|
||||
File::Path::remove_tree($path);
|
||||
} else {
|
||||
if (!(-f $path || -l $path)) {
|
||||
warn "disk image '$path' does not exists\n";
|
||||
warn "disk image '$path' does not exist\n";
|
||||
return undef;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user