fixed a small spelling and grammar error I stumbled over

Signed-off-by: Noel Ullreich <n.ullre...@proxmox.com>
---
 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 c87602d..587bb22 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();
        }
-- 
2.30.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to