* [pve-devel] [PATCH qemu-server/pve-container 0/2] fix typos
@ 2025-10-14 9:52 Nicolas Frey
2025-10-14 9:52 ` [pve-devel] [PATCH qemu-server 1/1] api: vncwebsocket: fix typo Nicolas Frey
2025-10-14 9:52 ` [pve-devel] [PATCH pve-container " Nicolas Frey
0 siblings, 2 replies; 4+ messages in thread
From: Nicolas Frey @ 2025-10-14 9:52 UTC (permalink / raw)
To: pve-devel
fix small typos in pve-container and qemu-server.
pve-container:
Nicolas Frey (1):
api: vncwebsocket: fix typo
src/PVE/API2/LXC.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
qemu-server:
Nicolas Frey (1):
api: vncwebsocket: fix typo
src/PVE/API2/Qemu.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.47.3
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [pve-devel] [PATCH qemu-server 1/1] api: vncwebsocket: fix typo
2025-10-14 9:52 [pve-devel] [PATCH qemu-server/pve-container 0/2] fix typos Nicolas Frey
@ 2025-10-14 9:52 ` Nicolas Frey
2025-10-14 9:52 ` [pve-devel] [PATCH pve-container " Nicolas Frey
1 sibling, 0 replies; 4+ messages in thread
From: Nicolas Frey @ 2025-10-14 9:52 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Nicolas Frey <n.frey@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
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [pve-devel] [PATCH pve-container 1/1] api: vncwebsocket: fix typo
2025-10-14 9:52 [pve-devel] [PATCH qemu-server/pve-container 0/2] fix typos Nicolas Frey
2025-10-14 9:52 ` [pve-devel] [PATCH qemu-server 1/1] api: vncwebsocket: fix typo Nicolas Frey
@ 2025-10-14 9:52 ` Nicolas Frey
2025-11-17 14:33 ` Thomas Lamprecht
1 sibling, 1 reply; 4+ messages in thread
From: Nicolas Frey @ 2025-10-14 9:52 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Nicolas Frey <n.frey@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
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [pve-devel] [PATCH pve-container 1/1] api: vncwebsocket: fix typo
2025-10-14 9:52 ` [pve-devel] [PATCH pve-container " Nicolas Frey
@ 2025-11-17 14:33 ` Thomas Lamprecht
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Lamprecht @ 2025-11-17 14:33 UTC (permalink / raw)
To: pve-devel, Nicolas Frey
On Tue, 14 Oct 2025 11:52:46 +0200, Nicolas Frey wrote:
>
Applied, thanks!
[qemu-server 1/1] api: vncwebsocket: fix typo
commit: ec51081fffb3cc6d27a63287567d1ad6a0036988
[pve-container 1/1] api: vncwebsocket: fix typo
commit: 4022c73823cdd1f66ff9ece5f53e52e905bc1fc0
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-11-17 14:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-14 9:52 [pve-devel] [PATCH qemu-server/pve-container 0/2] fix typos Nicolas Frey
2025-10-14 9:52 ` [pve-devel] [PATCH qemu-server 1/1] api: vncwebsocket: fix typo Nicolas Frey
2025-10-14 9:52 ` [pve-devel] [PATCH pve-container " Nicolas Frey
2025-11-17 14:33 ` Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox