From 4748661ae4587b5f49f9011189a9212f50aa1cc9 Mon Sep 17 00:00:00 2001 From: Noel Ullreich Date: Fri, 20 Jan 2023 12:14:14 +0100 Subject: [PATCH] fix spelling error in comment Signed-off-by: Noel Ullreich Signed-off-by: Thomas Lamprecht --- 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 c87602d0..587bb222 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -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(); }