From dd50e29361abcc64127f47cb25ee957e0d25b364 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 15 Sep 2004 03:05:04 +0000 Subject: fix PPPoA case --- perl-install/network/adsl.pm | 2 +- perl-install/network/netconnect.pm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/network') diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index 7aaafeff7..9a45ca4c0 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -20,7 +20,7 @@ sub get_wizard { 'pptp' => N("use PPTP"), 'dhcp' => N("use DHCP"), 'speedtouch' => N("Alcatel Speedtouch USB") . if_($netc->{autodetect}{adsl}{speedtouch}, N(" - detected")), - 'sagem' => N("Sagem (using PPPOA) USB") . if_($netc->{autodetect}{adsl}{sagem}, N(" - detected")), + 'sagem' => N("Sagem (using PPPoA) USB") . if_($netc->{autodetect}{adsl}{sagem}, N(" - detected")), 'sagem_dhcp' => N("Sagem (using DHCP) USB") . if_($netc->{autodetect}{adsl}{sagem}, N(" - detected")), # 'eci' => N("ECI Hi-Focus"), # this one needs eci agreement ); diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index e0b838a8e..ff7507507 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -169,8 +169,8 @@ sub real_main { 2 => N("Bridged Ethernet VC"), 3 => N("Routed IP LLC"), 4 => N("Routed IP VC"), - 5 => N("PPPOA LLC"), - 6 => N("PPPOA VC"), + 5 => N("PPPoA LLC"), + 6 => N("PPPoA VC"), ); my %ppp_auth_methods = ( -- cgit v1.2.1