From 28220938e27d5e8aa649a30b615e35ee7fbc5bc6 Mon Sep 17 00:00:00 2001 From: Damien Chaumette Date: Fri, 22 Aug 2003 09:19:12 +0000 Subject: typo fix s/succeed/succeeded/ --- perl-install/network/adsl.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index c14ac516d..6c0bcd279 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -126,7 +126,7 @@ sub load_firmware_floppy { system("cp /mnt/$file $destination"); } else { $failed ||= N("Firmware copy failed, file %s not found", $file) } - eval { $in->ask_warn('', $failed || N("Firmware copy succeed")) }; $in->exit if $@ =~ /wizcancel/; + eval { $in->ask_warn('', $failed || N("Firmware copy succeeded")) }; $in->exit if $@ =~ /wizcancel/; $failed and log::l($failed) && return; 1; -- cgit v1.2.1