]> git.proxmox.com Git - qemu-server.git/blobdiff - PVE/API2/Qemu.pm
don't send qmp balloon commands if vm is started with a state file
[qemu-server.git] / PVE / API2 / Qemu.pm
index 04106b83a9017e68a3f398e4b1a5803bb430bb18..8a15abcca655be18dfbda1a567e4ab03665f6695 100644 (file)
@@ -1779,7 +1779,7 @@ __PACKAGE__->register_method({
     method => 'POST',
     protected => 1,
     proxyto => 'node',
-    description => "Creat a copy of virtual machine/template.",
+    description => "Create a copy of virtual machine/template.",
     permissions => {
        description => "You need 'VM.Copy' permissions on /vms/{vmid}, and 'VM.Allocate' permissions " .
            "on /vms/{newid} (or on the VM pool /pool/{pool}). You also need " .