1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/10847] fixing all misspelled "dependant" to "dependent"

PHPBB3-10847
This commit is contained in:
Senky
2012-04-30 21:55:24 +02:00
parent 2a92fee06d
commit b83fa0349a
6 changed files with 6 additions and 6 deletions

View File

@@ -1099,7 +1099,7 @@ while ($row = $db->sql_fetchrow($result))
{
$user_sig = '';
// We add the signature to every posters entry because enable_sig is post dependant
// We add the signature to every posters entry because enable_sig is post dependent
if ($row['user_sig'] && $config['allow_sig'] && $user->optionget('viewsigs'))
{
$user_sig = $row['user_sig'];