diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2022-06-13 18:53:38 +0300 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2022-06-13 18:53:38 +0300 |
commit | e197e3b9898f14066f604e6fcc5602551765d74d (patch) | |
tree | 0c5b18f2370b28d9d2f01810e2cb59207523d76c | |
parent | 2c40cfa2a08cee85d9e7c1d98b4853b25c22aaa3 (diff) | |
download | drakpxelinux-e197e3b9898f14066f604e6fcc5602551765d74d.tar drakpxelinux-e197e3b9898f14066f604e6fcc5602551765d74d.tar.gz drakpxelinux-e197e3b9898f14066f604e6fcc5602551765d74d.tar.bz2 drakpxelinux-e197e3b9898f14066f604e6fcc5602551765d74d.tar.xz drakpxelinux-e197e3b9898f14066f604e6fcc5602551765d74d.zip |
Fix minor typo
-rwxr-xr-x | drakpxelinux.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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, |