all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH guest-common] fix a typo
@ 2025-12-22  8:28 Maximiliano Sandoval
  2026-01-09 14:40 ` [pve-devel] applied: " Fiona Ebner
  0 siblings, 1 reply; 2+ messages in thread
From: Maximiliano Sandoval @ 2025-12-22  8:28 UTC (permalink / raw)
  To: pve-devel

This one lands in the API.

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
 src/PVE/Mapping/PCI.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/Mapping/PCI.pm b/src/PVE/Mapping/PCI.pm
index c938cfe..774967d 100644
--- a/src/PVE/Mapping/PCI.pm
+++ b/src/PVE/Mapping/PCI.pm
@@ -68,7 +68,7 @@ my $map_fmt = {
     path => {
         description => "The path to the device. If the function is omitted, the whole device is"
             . " mapped. In that case use the attributes of the first device. You can give"
-            . " multiple paths as a semicolon seperated list, the first available will then"
+            . " multiple paths as a semicolon separated list, the first available will then"
             . " be chosen on guest start.",
         type => 'string',
         pattern => "(?:${PCI_RE};)*${PCI_RE}",
-- 
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] 2+ messages in thread

end of thread, other threads:[~2026-01-09 14:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-22  8:28 [pve-devel] [PATCH guest-common] fix a typo Maximiliano Sandoval
2026-01-09 14:40 ` [pve-devel] applied: " Fiona Ebner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal