From 6d1ac42b951529499c380a4f4950c13145edbc34 Mon Sep 17 00:00:00 2001 From: Filip Schauer Date: Tue, 5 Sep 2023 10:42:31 +0200 Subject: [PATCH] drive: Fix typo in description of efitype Signed-off-by: Filip Schauer --- 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 b0e0a961..e24ba123 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', },