From 0d45cd97d3e81a355147664557292468ff7d5470 Mon Sep 17 00:00:00 2001 From: christopherm Date: Thu, 16 Nov 2006 20:01:11 +0000 Subject: fixing a typo - thanks Mads git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@641 4979c152-3d1c-0410-bac9-87ea11338e46 --- LedgerSMB/Sysconfig.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; -- cgit v1.2.3