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 | |
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
-rw-r--r-- | phpBB/includes/style/resource_locator.php | 2 | ||||
-rw-r--r-- | phpBB/includes/template/template.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/style/resource_locator.php b/phpBB/includes/style/resource_locator.php index fafa11c352..334fac21db 100644 --- a/phpBB/includes/style/resource_locator.php +++ b/phpBB/includes/style/resource_locator.php @@ -97,7 +97,7 @@ class phpbb_style_resource_locator implements phpbb_template_locator * Sets the template filenames for handles. $filename_array * should be a hash of handle => filename pairs. * - * @param array $filname_array Should be a hash of handle => filename pairs. + * @param array $filename_array Should be a hash of handle => filename pairs. */ public function set_filenames(array $filename_array) { 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)) { |