From dbf0068660cf45497c3e755e0268b64ebaff3049 Mon Sep 17 00:00:00 2001 From: messju Date: Wed, 11 Apr 2007 07:55:55 +0000 Subject: [PATCH] fixed typo --- docs/en/programmers/smarty-constants.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/programmers/smarty-constants.xml b/docs/en/programmers/smarty-constants.xml index 0840ac16..95c8350f 100644 --- a/docs/en/programmers/smarty-constants.xml +++ b/docs/en/programmers/smarty-constants.xml @@ -41,7 +41,7 @@ require_once(SMARTY_DIR . 'Smarty.class.php'); SMARTY_CORE_DIR - This if the full system path to the location of the Smarty core + This is the full system path to the location of the Smarty core files. If not defined, Smarty will default this constant to the internals/ sub-directory below SMARTY_DIR.