[pve-devel] [PATCH pve-container 1/1] api: vncwebsocket: fix typo
Nicolas Frey
n.frey at proxmox.com
Tue Oct 14 11:52:46 CEST 2025
Signed-off-by: Nicolas Frey <n.frey at proxmox.com>
---
src/PVE/API2/LXC.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/API2/LXC.pm b/src/PVE/API2/LXC.pm
index e53b388..32bbc5d 100644
--- a/src/PVE/API2/LXC.pm
+++ b/src/PVE/API2/LXC.pm
@@ -1151,7 +1151,7 @@ __PACKAGE__->register_method({
description => "You also need to pass a valid ticket (vncticket).",
check => ['perm', '/vms/{vmid}', ['VM.Console']],
},
- description => "Opens a weksocket for VNC traffic.",
+ description => "Opens a websocket for VNC traffic.",
parameters => {
additionalProperties => 0,
properties => {
--
2.47.3
More information about the pve-devel
mailing list