diff options
| author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-06-11 23:15:52 -0400 |
|---|---|---|
| committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-11-02 18:03:52 -0400 |
| commit | 0c18f92c0adefd87a7acb618e3fc18eb394b5f42 (patch) | |
| tree | f1ecce7892719200d6546f396bcc4605f3c4c79b /phpBB/includes/template | |
| parent | 8528d8ff34986b7ff725a3798e0bc52096728a32 (diff) | |
| download | forums-0c18f92c0adefd87a7acb618e3fc18eb394b5f42.tar forums-0c18f92c0adefd87a7acb618e3fc18eb394b5f42.tar.gz forums-0c18f92c0adefd87a7acb618e3fc18eb394b5f42.tar.bz2 forums-0c18f92c0adefd87a7acb618e3fc18eb394b5f42.tar.xz forums-0c18f92c0adefd87a7acb618e3fc18eb394b5f42.zip | |
[ticket/10933] Typo fixes
PHPBB3-10933
Diffstat (limited to 'phpBB/includes/template')
| -rw-r--r-- | phpBB/includes/template/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
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)) { |
