1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00

[ticket/10933] Typo fixes

PHPBB3-10933
This commit is contained in:
Oleg Pudeyev 2012-06-11 23:15:52 -04:00
parent 8528d8ff34
commit 0c18f92c0a
2 changed files with 2 additions and 2 deletions

View File

@ -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)
{

View File

@ -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))
{