aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-02 11:51:20 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-02 11:51:20 +0200
commit2bb12d0d6f326dcee6e6fe44a99ce3f0dcfd1c23 (patch)
tree8bad3c871522b1c546abede8ddf8b7f941fc3f0a /phpBB
parent7324cb051f4c655bd8027ab8078a1f5d42b60154 (diff)
downloadforums-2bb12d0d6f326dcee6e6fe44a99ce3f0dcfd1c23.tar
forums-2bb12d0d6f326dcee6e6fe44a99ce3f0dcfd1c23.tar.gz
forums-2bb12d0d6f326dcee6e6fe44a99ce3f0dcfd1c23.tar.bz2
forums-2bb12d0d6f326dcee6e6fe44a99ce3f0dcfd1c23.tar.xz
forums-2bb12d0d6f326dcee6e6fe44a99ce3f0dcfd1c23.zip
[ticket/12371] Fix typos in comment
PHPBB3-12371
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/phpbb/notification/type/post.php2
1 files changed, 1 insertions, 1 deletions
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)