From 100f950ee539ce7a88e4ea39d487dfb019a8298f Mon Sep 17 00:00:00 2001 From: Damien Chaumette Date: Fri, 6 Sep 2002 21:32:55 +0000 Subject: - fix typo --- perl-install/network/isdn.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/network/isdn.pm b/perl-install/network/isdn.pm index d595b1ab0..5289d9d23 100644 --- a/perl-install/network/isdn.pm +++ b/perl-install/network/isdn.pm @@ -196,7 +196,7 @@ sub isdn_ask { my ($isdn, $netc, $label) = @_; #- ISDN card already detected - if (!$::Expert && defined $netc->{autodetect}{isdn}{card_type}) { + if (!$::expert && defined $netc->{autodetect}{isdn}{card_type}) { $in->ask_yesorno(_("ISDN Configuration"), _("Found \"$netc->{autodetect}{isdn}{description}\" interface do you want to use it ?"), 1) or return; $isdn->{$_} = $netc->{autodetect}{isdn}{$_} foreach qw(description vendor id card_type driver type mem io io0 io1 irq firmware); goto isdn_ask_step_3; -- cgit v1.2.1