From 73b47652f86ecb60b0bbb28beae3b3da056d1138 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 3 Jan 2006 17:31:02 +0000 Subject: fix typo --- perl-install/wizards.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/wizards.pm') diff --git a/perl-install/wizards.pm b/perl-install/wizards.pm index 22af03d53..a96dcf554 100644 --- a/perl-install/wizards.pm +++ b/perl-install/wizards.pm @@ -119,7 +119,7 @@ sub process { my ($res, $msg) = &{$o->{init}}; if (!$res) { $in->ask_okcancel(N("Error"), $msg); - die "wizard failled" if !$::testing; + die "wizard failed" if !$::testing; } } -- cgit v1.2.1