mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-14 10:19:29 +00:00
fix typo
This commit is contained in:
parent
d6c747ff12
commit
346130b2ba
@ -1623,7 +1623,7 @@ __PACKAGE__->register_method({
|
|||||||
method => 'POST',
|
method => 'POST',
|
||||||
protected => 1,
|
protected => 1,
|
||||||
proxyto => 'node',
|
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",
|
"is akin to pulling the power plug of a running computer and may damage the VM data",
|
||||||
permissions => {
|
permissions => {
|
||||||
check => ['perm', '/vms/{vmid}', [ 'VM.PowerMgmt' ]],
|
check => ['perm', '/vms/{vmid}', [ 'VM.PowerMgmt' ]],
|
||||||
|
Loading…
Reference in New Issue
Block a user