aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index e202273204..93dfb4cd7f 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -3367,7 +3367,7 @@ function add_log()
return false;
}
- // no log class set, create a temporary one ourselves to keep backwards compatability
+ // no log class set, create a temporary one ourselves to keep backwards compatibility
if ($phpbb_log === null)
{
$phpbb_log = new phpbb_log(LOG_TABLE);