diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-04-09 11:33:46 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-04-09 11:33:46 +0000 |
commit | 17e171d7fe85f987498bacea879649cfe60571cb (patch) | |
tree | 67bbaa5d9303a5dc0d26472e7be9b9ef5d83c223 /perl-install/install | |
parent | 2a997dde3d1b567f7c7e61b9b42702b34743300e (diff) | |
download | drakx-17e171d7fe85f987498bacea879649cfe60571cb.tar drakx-17e171d7fe85f987498bacea879649cfe60571cb.tar.gz drakx-17e171d7fe85f987498bacea879649cfe60571cb.tar.bz2 drakx-17e171d7fe85f987498bacea879649cfe60571cb.tar.xz drakx-17e171d7fe85f987498bacea879649cfe60571cb.zip |
fix typo in latest commit
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/http.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/http.pm b/perl-install/install/http.pm index 5de087d61..4e9a0ba51 100644 --- a/perl-install/install/http.pm +++ b/perl-install/install/http.pm @@ -29,7 +29,7 @@ sub get_file_and_size_ { } } -sub get_file_and_size1 { +sub get_file_and_size { my ($url) = @_; # can be used for ftp urls (with http proxy) |