From 2bb12d0d6f326dcee6e6fe44a99ce3f0dcfd1c23 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 2 May 2014 11:51:20 +0200 Subject: [PATCH] [ticket/12371] Fix typos in comment PHPBB3-12371 --- phpBB/phpbb/notification/type/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/notification/type/post.php b/phpBB/phpbb/notification/type/post.php index bb5f3dfc5e..93fbcbde22 100644 --- a/phpBB/phpbb/notification/type/post.php +++ b/phpBB/phpbb/notification/type/post.php @@ -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)