aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_privmsgs.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-07-20 18:01:06 +0200
committerJoas Schilling <nickvergessen@gmx.de>2012-07-20 18:03:06 +0200
commit3036db481a40a395f9021b991dd3d659649ec831 (patch)
treeed69f3b9bfa027502e8cdc83d4872f2c584a52fd /phpBB/includes/functions_privmsgs.php
parenta3517232f943fd8070c98a78f2cf731339b76a74 (diff)
downloadforums-3036db481a40a395f9021b991dd3d659649ec831.tar
forums-3036db481a40a395f9021b991dd3d659649ec831.tar.gz
forums-3036db481a40a395f9021b991dd3d659649ec831.tar.bz2
forums-3036db481a40a395f9021b991dd3d659649ec831.tar.xz
forums-3036db481a40a395f9021b991dd3d659649ec831.zip
[ticket/10950] Fix grammar in comments
PHPBB3-10950
Diffstat (limited to 'phpBB/includes/functions_privmsgs.php')
-rw-r--r--phpBB/includes/functions_privmsgs.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/functions_privmsgs.php b/phpBB/includes/functions_privmsgs.php
index 0890f057d2..b08d6e7f5c 100644
--- a/phpBB/includes/functions_privmsgs.php
+++ b/phpBB/includes/functions_privmsgs.php
@@ -1118,8 +1118,8 @@ function phpbb_delete_user_pms($user_id)
}
$db->sql_freeresult($result);
- // Part 2: get PMs the user sent, but has yet to be received
- // We can not simply delete them. First we have to check,
+ // Part 2: get PMs the user sent, but have yet to be received
+ // We cannot simply delete them. First we have to check,
// whether another user already received and read the message.
$sql = 'SELECT msg_id
FROM ' . PRIVMSGS_TO_TABLE . '
@@ -1143,7 +1143,7 @@ function phpbb_delete_user_pms($user_id)
if (!empty($undelivered_msg))
{
- // A pm is delivered, if for any receipt the message was moved
+ // A pm is delivered, if for any recipient the message was moved
// from their NO_BOX to another folder. We do not delete such
// messages, but only delete them for users, who have not yet
// received them.