aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-11-11 12:18:04 +0100
committerJoas Schilling <nickvergessen@gmx.de>2012-11-11 12:18:04 +0100
commit35089bc0136e019724ee4b6c301fb94da52173cf (patch)
tree29b337236df9d135dd8ffec477f53ca2dbbb44ee /phpBB/includes/functions.php
parentd289bc13acc0ab0329cac25742ae22560a80c607 (diff)
downloadforums-35089bc0136e019724ee4b6c301fb94da52173cf.tar
forums-35089bc0136e019724ee4b6c301fb94da52173cf.tar.gz
forums-35089bc0136e019724ee4b6c301fb94da52173cf.tar.bz2
forums-35089bc0136e019724ee4b6c301fb94da52173cf.tar.xz
forums-35089bc0136e019724ee4b6c301fb94da52173cf.zip
[ticket/10714] Fix some comments
PHPBB3-10714
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);