5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-10 01:18:01 +03:00

vm_copy : fix typo in description

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier 2013-04-30 06:17:49 +02:00 committed by Dietmar Maurer
parent b83e0181f1
commit 3732918544

View 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 " .