[pve-devel] [PATCH 1/2] vm_copy : fix typo in description
Alexandre Derumier
aderumier at odiso.com
Tue Apr 30 06:17:49 CEST 2013
Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
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 04106b8..8a15abc 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 " .
--
1.7.10.4
More information about the pve-devel
mailing list