summaryrefslogtreecommitdiffstats
path: root/perl-install/network/adsl.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-08-19 09:51:50 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-08-19 09:51:50 +0000
commit6b2fffca094915ce361e5c6bdb98db28afc1779c (patch)
tree6f34fb86d51ee8563d819a63f9859904be945fba /perl-install/network/adsl.pm
parent421c1c957761a2a7da2510458ea9ae7260ac7480 (diff)
downloaddrakx-6b2fffca094915ce361e5c6bdb98db28afc1779c.tar
drakx-6b2fffca094915ce361e5c6bdb98db28afc1779c.tar.gz
drakx-6b2fffca094915ce361e5c6bdb98db28afc1779c.tar.bz2
drakx-6b2fffca094915ce361e5c6bdb98db28afc1779c.tar.xz
drakx-6b2fffca094915ce361e5c6bdb98db28afc1779c.zip
typo fixes
Diffstat (limited to 'perl-install/network/adsl.pm')
-rw-r--r--perl-install/network/adsl.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm
index 7c654f3fc..197635e5d 100644
--- a/perl-install/network/adsl.pm
+++ b/perl-install/network/adsl.pm
@@ -38,7 +38,7 @@ Some connections use pptp, a few use dhcp.
If you don't know, choose 'use pppoe'"),
data => [
{
- label => N("ADSL connection type :"), val => \$wiz->{var}{adsl}{type}, list => [ sort values %l ] },
+ label => N("ADSL connection type:"), val => \$wiz->{var}{adsl}{type}, list => [ sort values %l ] },
],
pre => sub {
$wiz->{var}{adsl}{type} = $l{sagem}; # debug