diff options
author | etienne | 2007-12-27 13:59:29 +0000 |
---|---|---|
committer | etienne | 2007-12-27 13:59:29 +0000 |
commit | 735eed5c2319560db4035dda8922dbbbd0377b9c (patch) | |
tree | d9291d036718bae3e5250589d1290ae665a17dc2 /src | |
parent | aa5d90bd2b50dcd4582bee3895f8b7e187a23df7 (diff) | |
download | ivycontrolpanel-735eed5c2319560db4035dda8922dbbbd0377b9c.zip ivycontrolpanel-735eed5c2319560db4035dda8922dbbbd0377b9c.tar.gz ivycontrolpanel-735eed5c2319560db4035dda8922dbbbd0377b9c.tar.bz2 ivycontrolpanel-735eed5c2319560db4035dda8922dbbbd0377b9c.tar.xz |
correction typo
Diffstat (limited to 'src')
-rwxr-xr-x | src/ivycontrolpanel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivycontrolpanel b/src/ivycontrolpanel index fd2dbc6..fbf7325 100755 --- a/src/ivycontrolpanel +++ b/src/ivycontrolpanel @@ -410,7 +410,7 @@ IvyIO::bind_for_kill_all(\&killandquit); my ($code, @fugueconfigdata); if ($fuguefile) { ($code, @fugueconfigdata) = &FugueConfig::parse($fuguefile); - die "Cant' parse fugue config file $fuguefile\n" unless $code; + die "Can't parse fugue config file $fuguefile\n" unless $code; } my $x0 = $dxleft + 20*$coef; |