From 1f1db4c0de55ce60f51f62b1b366bdf4c067582e Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 3 Aug 2005 05:04:16 +0000 Subject: fix typo (#17253, me sux) --- perl-install/standalone/drakconnect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakconnect') diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 903b12396..56c1e131e 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -987,7 +987,7 @@ Run the \"%s\" assistant from the Mandriva Linux Control Center", N("Set up a ne [ N("Host name (optional)"), \$net->{network}{HOSTNAME} ], [ N("First DNS Server (optional)"), \$net->{resolv}{dnsServer} ], [ N("Second DNS Server (optional)"), \$net->{resolv}{dnsServer2} ], - [ N("Third DNS server (optional)"), \$net->{reslov}{dnsServer3} ], + [ N("Third DNS server (optional)"), \$net->{resolv}{dnsServer3} ], ); my @infos; gtkpack($param_vbox, -- cgit v1.2.1