diff options
Diffstat (limited to 'perl-install/crypto.pm')
-rw-r--r-- | perl-install/crypto.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm index aaedc3783..c07556f9f 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -146,7 +146,7 @@ sub bestMirror { $possible[rand @possible]; } -#- hack to retrieve Mandrakelinux version... +#- hack to retrieve Mandrivaalinux version... sub version() { require pkgs; my $pkg = pkgs::packageByName($::o->{packages}, 'mandrakelinux-release'); |