[pve-devel] [PATCH guest-common] fix a typo

Maximiliano Sandoval m.sandoval at proxmox.com
Mon Dec 22 09:28:02 CET 2025


This one lands in the API.

Signed-off-by: Maximiliano Sandoval <m.sandoval at 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





More information about the pve-devel mailing list