From 67989538c0ee9d42bf358333dc415c5ec1a4ed38 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 22 Jan 2004 22:08:14 +0000 Subject: s/egal/equal/ --- dns_wizard/Bind.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dns_wizard') diff --git a/dns_wizard/Bind.pm b/dns_wizard/Bind.pm index 5d67de3a..46cfe49d 100644 --- a/dns_wizard/Bind.pm +++ b/dns_wizard/Bind.pm @@ -72,7 +72,7 @@ my $o = { return 0, N("You need to readjust your hostname.") } 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