diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-07-03 10:24:37 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-07-03 10:24:37 +0000 |
commit | 9a75337ff7c01a2f0009d4977727a5ffa1e79b11 (patch) | |
tree | 08fe6b7c2cc459650f17b04109e81905511dad71 /drakxconf | |
parent | f5eb69117c1ff020aeacb394981ad11e6500a5e9 (diff) | |
download | control-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-x | drakxconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |