summaryrefslogtreecommitdiffstats
path: root/nisautofs_wizard
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-22 22:08:14 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-22 22:08:14 +0000
commit67989538c0ee9d42bf358333dc415c5ec1a4ed38 (patch)
tree348a3e3cbf71fc6e23b5eb48d57f984d5c282210 /nisautofs_wizard
parent74f001b77d0cb6f003aa5bc38b8c4c369ba86b08 (diff)
downloaddrakwizard-67989538c0ee9d42bf358333dc415c5ec1a4ed38.tar
drakwizard-67989538c0ee9d42bf358333dc415c5ec1a4ed38.tar.gz
drakwizard-67989538c0ee9d42bf358333dc415c5ec1a4ed38.tar.bz2
drakwizard-67989538c0ee9d42bf358333dc415c5ec1a4ed38.tar.xz
drakwizard-67989538c0ee9d42bf358333dc415c5ec1a4ed38.zip
s/egal/equal/
Diffstat (limited to 'nisautofs_wizard')
-rw-r--r--nisautofs_wizard/Nisautofs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/nisautofs_wizard/Nisautofs.pm b/nisautofs_wizard/Nisautofs.pm
index 614d4222..c52b778e 100644
--- a/nisautofs_wizard/Nisautofs.pm
+++ b/nisautofs_wizard/Nisautofs.pm
@@ -60,7 +60,7 @@ my $o = {
defaultimage => "/usr/share/wizards/nisautofs_wizard/images/nisautofs.png",
init => sub {
if (member($NISDOMAIN, qw(localdomain (none)))) {
- return 0, N("You need to readjust your NIS domainname. For a NIS server you need a correct NIS domainname, not egal to localdomain or none. Add NISDOMAIN=your_nis_domain in /etc/sysconfig/network file, and do a: nisdomainname your_nis_domain.")
+ return 0, N("You need to readjust your NIS domainname. For a NIS server you need a correct NIS domainname, not equal to localdomain or none. Add NISDOMAIN=your_nis_domain in /etc/sysconfig/network file, and do a: nisdomainname your_nis_domain.")
}
1
},