summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdrakxconf2
1 files changed, 1 insertions, 1 deletions
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);