summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-10-19 18:02:31 +0000
committerDries Buytaert <dries@buytaert.net>2004-10-19 18:02:31 +0000
commit10f329c0579c24a23f9345a21aa00e56f6755a40 (patch)
tree70420d6c4543136ccd6b37479522458b9776d9f2 /themes
parentb2f8787c90ae7dae020337aaaa2987dcd78a7b9b (diff)
downloadbrdo-10f329c0579c24a23f9345a21aa00e56f6755a40.tar.gz
brdo-10f329c0579c24a23f9345a21aa00e56f6755a40.tar.bz2
- Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output.
Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'.
Diffstat (limited to 'themes')
-rw-r--r--themes/engines/xtemplate/xtemplate.engine2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/engines/xtemplate/xtemplate.engine b/themes/engines/xtemplate/xtemplate.engine
index 14bd20a55..691b1e8d0 100644
--- a/themes/engines/xtemplate/xtemplate.engine
+++ b/themes/engines/xtemplate/xtemplate.engine
@@ -14,7 +14,7 @@ function xtemplate_init($template) {
}
$GLOBALS["xtemplate"] = new StdClass();
$GLOBALS['xtemplate']->template = new XTemplate(basename($template->filename), dirname($template->filename));
- $GLOBALS['xtemplate']->template->SetNullBlock(' '); // '' doesnt work!
+ $GLOBALS['xtemplate']->template->SetNullBlock(' '); // '' doesn't work!
}
function xtemplate_templates($directory) {