From 051788aaa8d67c73f025a1080a6e7bbf83840b1d Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 20 Mar 2003 10:12:38 +0000 Subject: fixed typo. --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 9a19ea1ba..bc136610c 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -1008,7 +1008,7 @@ sub summary { network::netconnect::main($o->{prefix}, $o->{netcnx} ||= {}, $o->{netc}, $o->{mouse}, $o, $o->{intf}, 0, 0, 1); #- in case netcnx type is not updated. require network::network; - network::network::probe_netcnx_type($o->{prefix}, $o->{netc}, $->{intf}, $o->{netcnx}); + network::network::probe_netcnx_type($o->{prefix}, $o->{netc}, $o->{intf}, $o->{netcnx}); }, }; -- cgit v1.2.1