From 5c13829111efffc8032db65cee83bcc80812bc1d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sun, 13 Apr 2014 22:38:08 +0200 Subject: [PATCH] [ticket/10073] Fix grammar in comment PHPBB3-10073 --- phpBB/phpbb/message/message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/message/message.php b/phpBB/phpbb/message/message.php index 9e94d4bbcd..899d553a6d 100644 --- a/phpBB/phpbb/message/message.php +++ b/phpBB/phpbb/message/message.php @@ -111,7 +111,7 @@ class message } /** - * Ok, now the same email if CC specified, but without exposing the users email address + * Ok, now the same email if CC specified, but without exposing the user's email address * * @return null */