summaryrefslogtreecommitdiff
path: root/SL2LS.pl
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-14 15:07:13 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-14 15:07:13 +0000
commit19dd93da27fa0b699a40f7b0511578cf9adb2280 (patch)
treec5641afb4dec8b6ebb779e2b4043d449e4b46021 /SL2LS.pl
parentb6f871330c604c54c91e506ed26c0d42232c1d22 (diff)
fixing minor typo, error message referring to wrong file
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@91 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'SL2LS.pl')
-rwxr-xr-xSL2LS.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/SL2LS.pl b/SL2LS.pl
index 9d2572ec..8f48ac62 100755
--- a/SL2LS.pl
+++ b/SL2LS.pl
@@ -9,7 +9,7 @@ $filedie = "To install manually:
rename the sql-ledger.conf to ledger-smb.conf
Delete the SL directory (optional but HIGHLY recommended)\n";
open (SL, "< sql-ledger.conf") || die (
-"Could not open ledger-smb.conf: $! \n $filedie");
+"Could not open sql-ledger.conf: $! \n $filedie");
open (LS, "> ledger-smb.conf") || die (
"Could not open ledger-smb.conf: $! \n $filedie");