summaryrefslogtreecommitdiff
path: root/LedgerSMB/Sysconfig.pm
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-16 20:47:44 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-16 20:47:44 +0000
commit224c837f87a5bd951c39fecc1964622a5e660f54 (patch)
tree2ac86bbd48a9a95108df43ed90b5a1fcf3cbc04f /LedgerSMB/Sysconfig.pm
parentedf9b69bc47405c10af2e06764c608e4b9954947 (diff)
Adding the typo fix to 1.2
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@642 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB/Sysconfig.pm')
-rw-r--r--LedgerSMB/Sysconfig.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/Sysconfig.pm b/LedgerSMB/Sysconfig.pm
index 110c1088..1634bfcc 100644
--- a/LedgerSMB/Sysconfig.pm
+++ b/LedgerSMB/Sysconfig.pm
@@ -82,7 +82,7 @@ $memberfile = $config{paths}{memberfile} if $config{paths}{memberfile};
$userspath = $config{paths}{userspath} if $config{paths}{userspath};
$localepath = $config{paths}{localepath} if $config{paths}{localepath};
$spool = $config{paths}{spool} if $config{paths}{spool};
-$templates = $config{paths}{tempates} if $config{paths}{tempates};
+$templates = $config{paths}{templates} if $config{paths}{templates};
$gzip = $config{programs}{gzip} if $config{programs}{gzip};