summaryrefslogtreecommitdiffstats
path: root/drakpxelinux.pl
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-09-10 09:27:15 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-09-10 09:27:15 +0000
commit3ee19b235f9e9b0f27fbb90b32ae3ac8fa1f022a (patch)
tree75f469be66735b3c4f0176c2411ebb2bcc35043e /drakpxelinux.pl
parent3254de1e3f281d0b77fd13ffb82066102d2fee62 (diff)
downloaddrakpxelinux-3ee19b235f9e9b0f27fbb90b32ae3ac8fa1f022a.tar
drakpxelinux-3ee19b235f9e9b0f27fbb90b32ae3ac8fa1f022a.tar.gz
drakpxelinux-3ee19b235f9e9b0f27fbb90b32ae3ac8fa1f022a.tar.bz2
drakpxelinux-3ee19b235f9e9b0f27fbb90b32ae3ac8fa1f022a.tar.xz
drakpxelinux-3ee19b235f9e9b0f27fbb90b32ae3ac8fa1f022a.zip
typo fix
Diffstat (limited to 'drakpxelinux.pl')
-rw-r--r--drakpxelinux.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl
index e0e3c0c..0fa32bf 100644
--- a/drakpxelinux.pl
+++ b/drakpxelinux.pl
@@ -921,7 +921,7 @@ sub create_systems_list() {
my $systems = Gtk2::SimpleList->new(
N("MAC address") => 'text',
N("Installation profile") => 'text',
- N("Boot profil") => 'text',
+ N("Boot profile") => 'text',
N("Computer Name") => 'text',
);