summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2002-02-26 15:15:23 +0000
committerPablo Saratxaga <pablo@mandriva.com>2002-02-26 15:15:23 +0000
commit336cbd4caa7971c8672b8774b1b66c0355fd3853 (patch)
treed3888744e079f52347854096924c80bbc26dd319 /perl-install
parent18e80d01aa28373abe07527fe7ffb80b431798dd (diff)
downloaddrakx-backup-do-not-use-336cbd4caa7971c8672b8774b1b66c0355fd3853.tar
drakx-backup-do-not-use-336cbd4caa7971c8672b8774b1b66c0355fd3853.tar.gz
drakx-backup-do-not-use-336cbd4caa7971c8672b8774b1b66c0355fd3853.tar.bz2
drakx-backup-do-not-use-336cbd4caa7971c8672b8774b1b66c0355fd3853.tar.xz
drakx-backup-do-not-use-336cbd4caa7971c8672b8774b1b66c0355fd3853.zip
fixed English typo
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index f7a6ff44e..e4743dc23 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -704,7 +704,7 @@ not cause any damage.", $l),
if (@names >= 0) {
my @args = map { my $i = ''; /TOOLTIP=>(.*)/; my $t = $1; s/TOOLTIP=>.*//;print "tooltip : $t\n"; { label => $_, val => \$i, help => $t} } @names;
- my @l = $in->ask_from('', _("You may now provide its options to module %s.\nNote that any addresse should be entered with the prefix 0x like '0x123'", $l), \@args) ? map { ${$_->{val}} } @args : undef or return;
+ my @l = $in->ask_from('', _("You may now provide its options to module %s.\nNote that any address should be entered with the prefix 0x like '0x123'", $l), \@args) ? map { ${$_->{val}} } @args : undef or return;
@options = modparm::get_options_result($m, @l);
} else {