[pve-devel] [PATCH qemu-server] Fixed spelling error
Noel Ullreich
n.ullreich at proxmox.com
Fri Jan 20 12:14:14 CET 2023
fixed a small spelling and grammar error I stumbled over
Signed-off-by: Noel Ullreich <n.ullreich at 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
More information about the pve-devel
mailing list