aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/template/filter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/template/filter.php b/phpBB/includes/template/filter.php
index 1ec1467c09..453e2a05ce 100644
--- a/phpBB/includes/template/filter.php
+++ b/phpBB/includes/template/filter.php
@@ -878,7 +878,7 @@ class phpbb_template_filter extends php_user_filter
if (!preg_match('/^\w+$/', $tag_args))
{
// The hook location is wrongly formatted,
- // if the `DEBUG` constant is set then trigger a waring,
+ // if the `DEBUG` constant is set then trigger a warning,
// otherwise drop the hook and continue
if (defined('DEBUG'))
{