[ticket/12371] Fix typos in comment

PHPBB3-12371
This commit is contained in:
Joas Schilling 2014-05-02 11:51:20 +02:00
parent 7324cb051f
commit 2bb12d0d6f

View file

@ -407,7 +407,7 @@ class post extends \phpbb\notification\type\base
$responders = ($responders === null) ? array() : $responders;
// Do not add more then 25 responder,
// Do not add more than 25 responders,
// we trim the username list to "a, b, c and x others" anyway
// so there is no use to add all of them anyway.
if (sizeof($responders) > 25)