diff options
author | rxu <rxu@mail.ru> | 2012-03-09 16:41:49 +0800 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2012-03-09 16:41:49 +0800 |
commit | ee6783109ad7af70665c98d6bbc12d170bc0f892 (patch) | |
tree | 0ed5886bf5b7bbfe5294281abef42a1e497e5e8a | |
parent | 025de9ee191654825f6ba09a4804e6ef3633b8cb (diff) | |
download | forums-ee6783109ad7af70665c98d6bbc12d170bc0f892.tar forums-ee6783109ad7af70665c98d6bbc12d170bc0f892.tar.gz forums-ee6783109ad7af70665c98d6bbc12d170bc0f892.tar.bz2 forums-ee6783109ad7af70665c98d6bbc12d170bc0f892.tar.xz forums-ee6783109ad7af70665c98d6bbc12d170bc0f892.zip |
[ticket/10684] Fix 2 typos in comment lines.
PHPBB3-10684
-rw-r--r-- | phpBB/includes/functions_posting.php | 2 | ||||
-rw-r--r-- | phpBB/includes/functions_user.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index faf904467f..ce9762284d 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -1220,7 +1220,7 @@ function user_notification($mode, $subject, $topic_title, $forum_name, $forum_id // forum notification is sent to those not already receiving topic notifications if ($topic_notification) { - // Add users who has been already notified to ignore list + // Add users who have been already notified to ignore list if (sizeof($notify_rows)) { foreach ($notify_rows as $user_id => $row) diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index aea94a0d34..dec8d09082 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -3588,7 +3588,7 @@ function remove_newly_registered($user_id, $user_data = false) } /** -* Get a list of banned users' ids, ignoring stale buns which were not wiped yet. +* Get a list of banned users' ids, ignoring stale bans which were not wiped yet. * * @return array Array of banned users' ids if any, empty array otherwise */ |