aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/style
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-06-11 23:15:52 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2012-11-02 18:03:52 -0400
commit0c18f92c0adefd87a7acb618e3fc18eb394b5f42 (patch)
treef1ecce7892719200d6546f396bcc4605f3c4c79b /phpBB/includes/style
parent8528d8ff34986b7ff725a3798e0bc52096728a32 (diff)
downloadforums-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/style')
-rw-r--r--phpBB/includes/style/resource_locator.php2
1 files changed, 1 insertions, 1 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)
{