diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-11-16 20:47:44 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-11-16 20:47:44 +0000 |
commit | 224c837f87a5bd951c39fecc1964622a5e660f54 (patch) | |
tree | 2ac86bbd48a9a95108df43ed90b5a1fcf3cbc04f | |
parent | edf9b69bc47405c10af2e06764c608e4b9954947 (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
-rw-r--r-- | LedgerSMB/Sysconfig.pm | 2 |
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}; |