drive: Fix typo in description of efitype

Signed-off-by: Filip Schauer <f.schauer@proxmox.com>
This commit is contained in:
Filip Schauer 2023-09-05 10:42:31 +02:00 committed by Fiona Ebner
parent a132d50ea3
commit 6d1ac42b95

View File

@ -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',
},