[pve-devel] [PATCH qemu-server 1/1] api: vncwebsocket: fix typo

Nicolas Frey n.frey at proxmox.com
Tue Oct 14 11:52:45 CEST 2025


Signed-off-by: Nicolas Frey <n.frey at proxmox.com>
---
 src/PVE/API2/Qemu.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/API2/Qemu.pm b/src/PVE/API2/Qemu.pm
index 71bedc1e..97645b0f 100644
--- a/src/PVE/API2/Qemu.pm
+++ b/src/PVE/API2/Qemu.pm
@@ -3149,7 +3149,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