summaryrefslogtreecommitdiffstats
path: root/drakxconf
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-07-03 10:24:37 +0000
committerOlivier Blin <oblin@mandriva.com>2007-07-03 10:24:37 +0000
commit9a75337ff7c01a2f0009d4977727a5ffa1e79b11 (patch)
tree08fe6b7c2cc459650f17b04109e81905511dad71 /drakxconf
parentf5eb69117c1ff020aeacb394981ad11e6500a5e9 (diff)
downloadcontrol-center-9a75337ff7c01a2f0009d4977727a5ffa1e79b11.tar
control-center-9a75337ff7c01a2f0009d4977727a5ffa1e79b11.tar.gz
control-center-9a75337ff7c01a2f0009d4977727a5ffa1e79b11.tar.bz2
control-center-9a75337ff7c01a2f0009d4977727a5ffa1e79b11.tar.xz
control-center-9a75337ff7c01a2f0009d4977727a5ffa1e79b11.zip
fix typo (thanks to Aurélien Normand)
Diffstat (limited to 'drakxconf')
-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);