]> git.proxmox.com Git - qemu-server.git/commitdiff
vm_copy : fix typo in description
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 30 Apr 2013 04:17:49 +0000 (06:17 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 30 Apr 2013 04:55:18 +0000 (06:55 +0200)
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
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 " .