summaryrefslogtreecommitdiffstats
path: root/pxe_wizard
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-01-30 14:41:51 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-01-30 14:41:51 +0000
commit9181c5129968406737cefcc899484c9316afae4e (patch)
treec6d85a5176136970f590be67052806c250eacbb9 /pxe_wizard
parent2e948d92ff01efee24b6b3daeed25bad8f44ca31 (diff)
downloaddrakwizard-9181c5129968406737cefcc899484c9316afae4e.tar
drakwizard-9181c5129968406737cefcc899484c9316afae4e.tar.gz
drakwizard-9181c5129968406737cefcc899484c9316afae4e.tar.bz2
drakwizard-9181c5129968406737cefcc899484c9316afae4e.tar.xz
drakwizard-9181c5129968406737cefcc899484c9316afae4e.zip
fixed typo
Diffstat (limited to 'pxe_wizard')
-rw-r--r--pxe_wizard/Pxe.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm
index 20a88514..8b9d7a12 100644
--- a/pxe_wizard/Pxe.pm
+++ b/pxe_wizard/Pxe.pm
@@ -69,7 +69,7 @@ my $o = {
needed_rpm => [ 'pxe', 'tftp-server', 'xinetd' ],
init => sub {
if (member($DOMAINNAME, qw(localdomain (none)))) {
- return 0, N("You need to readjust your domainname. For a DNS server you need a correct domainname, not egal to localdomain or none. Launch drakconnect to adjust it.")
+ return 0, N("You need to readjust your domainname. For a DNS server you need a correct domainname, not equal to localdomain or none. Launch drakconnect to adjust it.")
}
1
},