From e197e3b9898f14066f604e6fcc5602551765d74d Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Mon, 13 Jun 2022 18:53:38 +0300 Subject: Fix minor typo --- drakpxelinux.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drakpxelinux.pl b/drakpxelinux.pl index f106239..8951a6a 100755 --- a/drakpxelinux.pl +++ b/drakpxelinux.pl @@ -313,7 +313,7 @@ sub wizard_add_entry { { label => N("PXE label:"), val => \$WPXENAME, help => N("name displayed in PXE menu (please provide an ASCII word or a number, without spaces)") }, { label => N("PXE information:"), val => \$WINFO, - help => N("The PXE information is used to explain the role of the boot image,\ne.g.:\nMageai rescue disk\nMageia cauldron install via http") }, + help => N("The PXE information is used to explain the role of the boot image,\ne.g.:\nMageia rescue disk\nMageia cauldron install via http") }, { label => N("Full path to all.rdz image source:"), type => 'file', val => \$WALLRDZ, help => N("Provide the full path to all.rdz image location") }, { label => N("Full path to vmlinuz source:"), type => 'file', val => \$WVMLINUZ, -- cgit v1.2.1