1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 02:06:32 +02: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

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