]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/Plugin.pm
grammar fix: s/does not exists/does not exist/g
[pve-storage.git] / PVE / Storage / Plugin.pm
index 353632c967f5be9a2bb4c21fbf5918ee7d4cb161..e826d36131ede8eaad9b643b8cbf475f27b44f70 100644 (file)
@@ -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;
        }