]> git.proxmox.com Git - qemu-server.git/blobdiff - PVE/QemuServer.pm
grammar fix: s/does not exists/does not exist/g
[qemu-server.git] / PVE / QemuServer.pm
index 09a155973ee668cf6bf0cf267815cae50803939f..f1da3e3ddf78f675b070e8d03a01e251df187770 100644 (file)
@@ -6306,7 +6306,7 @@ sub restore_vma_archive {
     my $conffile = PVE::QemuConfig->config_file($vmid);
     my $tmpfn = "$conffile.$$.tmp";
 
-    # Note: $oldconf is undef if VM does not exists
+    # Note: $oldconf is undef if VM does not exist
     my $cfs_path = PVE::QemuConfig->cfs_config_path($vmid);
     my $oldconf = PVE::Cluster::cfs_read_file($cfs_path);