summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretienne2007-12-27 13:59:29 +0000
committeretienne2007-12-27 13:59:29 +0000
commit735eed5c2319560db4035dda8922dbbbd0377b9c (patch)
treed9291d036718bae3e5250589d1290ae665a17dc2
parentaa5d90bd2b50dcd4582bee3895f8b7e187a23df7 (diff)
downloadivycontrolpanel-735eed5c2319560db4035dda8922dbbbd0377b9c.zip
ivycontrolpanel-735eed5c2319560db4035dda8922dbbbd0377b9c.tar.gz
ivycontrolpanel-735eed5c2319560db4035dda8922dbbbd0377b9c.tar.bz2
ivycontrolpanel-735eed5c2319560db4035dda8922dbbbd0377b9c.tar.xz
correction typo
-rwxr-xr-xsrc/ivycontrolpanel2
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;