diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-02-24 13:40:29 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-02-24 13:40:29 +0000 |
commit | 86d3a6d2413835d401117c554036ed870fcb0d08 (patch) | |
tree | 0a049893998aae23a7a50888f603f27e96bdcce6 /perl-install | |
parent | 16e94f86955e3576f2509068a64c8d31a7e90fd5 (diff) | |
download | drakx-86d3a6d2413835d401117c554036ed870fcb0d08.tar drakx-86d3a6d2413835d401117c554036ed870fcb0d08.tar.gz drakx-86d3a6d2413835d401117c554036ed870fcb0d08.tar.bz2 drakx-86d3a6d2413835d401117c554036ed870fcb0d08.tar.xz drakx-86d3a6d2413835d401117c554036ed870fcb0d08.zip |
typo fix
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/adsl_consts.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/adsl_consts.pm b/perl-install/network/adsl_consts.pm index 85d8533b2..85b2998f6 100644 --- a/perl-install/network/adsl_consts.pm +++ b/perl-install/network/adsl_consts.pm @@ -1,6 +1,6 @@ package network::adsl_consts; # $Id$ -# This should probably be splited out into ldetect-lst as some provider db +# This should probably be splitted out into ldetect-lst as some provider db use vars qw(@ISA @EXPORT); use common; |