From 98d402947408e133ff5134acd75930a03c0ecb53 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 12 Mar 2003 15:09:41 +0000 Subject: fixed typo. --- perl-install/network/modem.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network') diff --git a/perl-install/network/modem.pm b/perl-install/network/modem.pm index 0dd859836..6c26a7213 100644 --- a/perl-install/network/modem.pm +++ b/perl-install/network/modem.pm @@ -263,7 +263,7 @@ sub winmodemConfigure { $type || $in->ask_warn(N("Warning"), N("Your modem isn't supported by the system. Take a look at http://www.linmodems.org")) && return 1; my $e = $in->ask_from_list(N("Title"), N("\"%s\" based winmodem detected, do you want to install needed software ?", $type), [N("Install rpm"), N("Do nothing")]) or return 0; - $e =~ /rpm/ ? $in->do_pkgs->install($relocations{$type} ? @{$relocations{type}} : $type) : return 1; + $e =~ /rpm/ ? $in->do_pkgs->install($relocations{$type} ? @{$relocations{$type}} : $type) : return 1; 1; } -- cgit v1.2.1