diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-02-16 22:06:25 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-02-16 22:06:25 +0000 |
commit | 459260afbf1eec2d6dc5271e0c98cddd27f315e0 (patch) | |
tree | 6bd31291e58779122f948fca9f749113cc90853a /perl-install/network | |
parent | 7350f50c788bcdbeaff6a5cdd303e2ee6887b6ad (diff) | |
download | drakx-459260afbf1eec2d6dc5271e0c98cddd27f315e0.tar drakx-459260afbf1eec2d6dc5271e0c98cddd27f315e0.tar.gz drakx-459260afbf1eec2d6dc5271e0c98cddd27f315e0.tar.bz2 drakx-459260afbf1eec2d6dc5271e0c98cddd27f315e0.tar.xz drakx-459260afbf1eec2d6dc5271e0c98cddd27f315e0.zip |
typo fixes
Diffstat (limited to 'perl-install/network')
-rw-r--r-- | perl-install/network/netconnect.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index d95b099e2..b24b1b86d 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -992,7 +992,7 @@ I cannot set up this connection type.")), return; Your host name should be a fully-qualified host name, such as ``mybox.mylab.myco.com''. You may also enter the IP address of the gateway if you have one.") . -N("Last but not leat you can also type in your DNS server IP addresses."), +N("Last but not least you can also type in your DNS server IP addresses."), data => sub { [ { label => $auto_ip ? N("Host name (optional)") : N("Host name"), val => \$netc->{HOSTNAME}, advanced => $auto_ip }, { label => N("DNS server 1"), val => \$netc->{dnsServer} }, |