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(); }