From 3732918544e6bf9f04dae51ffcc46e05b8233a1b Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Tue, 30 Apr 2013 06:17:49 +0200 Subject: [PATCH] vm_copy : fix typo in description Signed-off-by: Alexandre Derumier --- PVE/API2/Qemu.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 04106b83..8a15abcc 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -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 " .