diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-13 22:38:08 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-29 02:14:31 +0200 |
commit | 5c13829111efffc8032db65cee83bcc80812bc1d (patch) | |
tree | cf5c1dd37127bc2f26b1ef65f543aaf697f87839 /phpBB/phpbb | |
parent | af024ea3e503a07f4ca0635d186866fa7c5b795f (diff) | |
download | forums-5c13829111efffc8032db65cee83bcc80812bc1d.tar forums-5c13829111efffc8032db65cee83bcc80812bc1d.tar.gz forums-5c13829111efffc8032db65cee83bcc80812bc1d.tar.bz2 forums-5c13829111efffc8032db65cee83bcc80812bc1d.tar.xz forums-5c13829111efffc8032db65cee83bcc80812bc1d.zip |
[ticket/10073] Fix grammar in comment
PHPBB3-10073
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r-- | phpBB/phpbb/message/message.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |