From 9181c5129968406737cefcc899484c9316afae4e Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Fri, 30 Jan 2004 14:41:51 +0000 Subject: fixed typo --- pxe_wizard/Pxe.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pxe_wizard') 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 }, -- cgit v1.2.1