diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-05 17:02:19 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-05 17:02:19 +0000 |
commit | 2e8a9cb431eb036f6c3e9d7fb4d6e887a7672139 (patch) | |
tree | 576a257f28296a3b5bcd24b51b86a29141f94c31 /perl-install/network | |
parent | e25c04dbe39158da54460b2979ce657ecfbc85de (diff) | |
download | drakx-2e8a9cb431eb036f6c3e9d7fb4d6e887a7672139.tar drakx-2e8a9cb431eb036f6c3e9d7fb4d6e887a7672139.tar.gz drakx-2e8a9cb431eb036f6c3e9d7fb4d6e887a7672139.tar.bz2 drakx-2e8a9cb431eb036f6c3e9d7fb4d6e887a7672139.tar.xz drakx-2e8a9cb431eb036f6c3e9d7fb4d6e887a7672139.zip |
typo fix
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 b4d7da68c..f944dd762 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -609,7 +609,7 @@ notation (for example, 1.2.3.4)."); { label => N("Sensitivity threshold"), val => \$ethntf->{WIRELESS_SENS} }, { label => N("Bitrate (in b/s)"), val => \$ethntf->{WIRELESS_RATE} }, { label => N("Encryption key"), val => \$ethntf->{WIRELESS_ENC_KEY} }, - { label => N("RTS/CTS)"), val => \$ethntf->{WIRELESS_RTS}, + { label => N("RTS/CTS"), val => \$ethntf->{WIRELESS_RTS}, help => N("RTS/CTS adds a handshake before each packet transmission to make sure that the channel is clear. This adds overhead, but increase performance in case of hidden nodes or large number of active nodes. This parameters set the size of the |