[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 * Sets the template filenames for handles. $filename_array
* should be a hash of handle => filename pairs. * 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) 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) public function locate($files, $return_default = false, $return_full_path = true)
{ {
// add tempalte path prefix // add template path prefix
$templates = array(); $templates = array();
if (is_string($files)) if (is_string($files))
{ {