]> git.proxmox.com Git - qemu-server.git/commitdiff
drive: Fix typo in description of efitype
authorFilip Schauer <f.schauer@proxmox.com>
Tue, 5 Sep 2023 08:42:31 +0000 (10:42 +0200)
committerFiona Ebner <f.ebner@proxmox.com>
Wed, 6 Sep 2023 09:55:11 +0000 (11:55 +0200)
Signed-off-by: Filip Schauer <f.schauer@proxmox.com>
PVE/QemuServer/Drive.pm

index b0e0a961a402b4a54c3376ede6bd22226e2b0e1f..e24ba123f3dff1d58249d401137a580de179c775 100644 (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',
     },