From 0c18f92c0adefd87a7acb618e3fc18eb394b5f42 Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Mon, 11 Jun 2012 23:15:52 -0400 Subject: [ticket/10933] Typo fixes PHPBB3-10933 --- phpBB/includes/template/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/template') diff --git a/phpBB/includes/template/template.php b/phpBB/includes/template/template.php index 7703cfc278..a0fb887310 100644 --- a/phpBB/includes/template/template.php +++ b/phpBB/includes/template/template.php @@ -475,7 +475,7 @@ class phpbb_template */ public function locate($files, $return_default = false, $return_full_path = true) { - // add tempalte path prefix + // add template path prefix $templates = array(); if (is_string($files)) { -- cgit v1.2.1