From 9a75337ff7c01a2f0009d4977727a5ffa1e79b11 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 3 Jul 2007 10:24:37 +0000 Subject: =?UTF-8?q?fix=20typo=20(thanks=20to=20Aur=C3=A9lien=20Normand)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- drakxconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drakxconf b/drakxconf index 54727951..8771cb27 100755 --- a/drakxconf +++ b/drakxconf @@ -40,5 +40,5 @@ my $choice = $in->ask_from_listf(N("Control Center"), N("Choose the tool you wan or $in->exit(1); $in->end; --x $choice->{cmd} or die "$choice->{cmd} is not execuatable!\n"; +-x $choice->{cmd} or die "$choice->{cmd} is not executable!\n"; exec $choice->{cmd}, @ARGV or $in->exit(1); -- cgit v1.2.1