[pve-devel] [PATCH qemu-server] drive: Fix typo in description of efitype

Filip Schauer f.schauer at proxmox.com
Tue Sep 5 10:42:31 CEST 2023


Signed-off-by: Filip Schauer <f.schauer at proxmox.com>
---
 PVE/QemuServer/Drive.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/QemuServer/Drive.pm b/PVE/QemuServer/Drive.pm
index b0e0a96..e24ba12 100644
--- a/PVE/QemuServer/Drive.pm
+++ b/PVE/QemuServer/Drive.pm
@@ -319,7 +319,7 @@ my %efitype_fmt = (
 	enum => [qw(2m 4m)],
 	description => "Size and type of the OVMF EFI vars. '4m' is newer and recommended,"
 	    . " and required for Secure Boot. For backwards compatibility, '2m' is used"
-	    . " if not otherwise specified. Ignored for VMs with arch=aarc64 (ARM).",
+	    . " if not otherwise specified. Ignored for VMs with arch=aarch64 (ARM).",
 	optional => 1,
 	default => '2m',
     },
-- 
2.39.2






More information about the pve-devel mailing list