fix spelling error in comment

Signed-off-by: Noel Ullreich <n.ullreich@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Noel Ullreich 2023-01-20 12:14:14 +01:00 committed by Thomas Lamprecht
parent eba285f594
commit 4748661ae4

View File

@ -840,7 +840,7 @@ __PACKAGE__->register_method({
# OK
} elsif ($archive && $force && (-f $filename) &&
$rpcenv->check($authuser, "/vms/$vmid", ['VM.Backup'], 1)) {
# OK: user has VM.Backup permissions, and want to restore an existing VM
# OK: user has VM.Backup permissions and wants to restore an existing VM
} else {
raise_perm_exc();
}