From 346130b2ba10360ac7b12d38de0d98aeb912b365 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 4 Mar 2016 06:22:22 +0100 Subject: [PATCH] fix typo --- 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 1bff2f7f..06dc9836 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -1623,7 +1623,7 @@ __PACKAGE__->register_method({ method => 'POST', protected => 1, proxyto => 'node', - description => "Stop virtual machine. The qemu process will exit immediatly. This" . + description => "Stop virtual machine. The qemu process will exit immediately. This" . "is akin to pulling the power plug of a running computer and may damage the VM data", permissions => { check => ['perm', '/vms/{vmid}', [ 'VM.PowerMgmt' ]],