aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification
diff options
context:
space:
mode:
authorrechosen <rechosen@gmail.com>2013-08-13 16:20:45 +0200
committerrechosen <rechosen@gmail.com>2013-08-13 16:20:45 +0200
commita92669994bb99e9e04eb682295d1c775384ba182 (patch)
tree32339a7f64795a02dea60e9bc4bc5942f99f2560 /phpBB/phpbb/notification
parent585f692e3168203645bf40d21c51309ab6572b68 (diff)
downloadforums-a92669994bb99e9e04eb682295d1c775384ba182.tar
forums-a92669994bb99e9e04eb682295d1c775384ba182.tar.gz
forums-a92669994bb99e9e04eb682295d1c775384ba182.tar.bz2
forums-a92669994bb99e9e04eb682295d1c775384ba182.tar.xz
forums-a92669994bb99e9e04eb682295d1c775384ba182.zip
[ticket/11786] Fix typo and ugly English in the notification system PHPDoc
The notification system contained two PHPDoc lines that needed improvement. PHPBB3-11786
Diffstat (limited to 'phpBB/phpbb/notification')
-rw-r--r--phpBB/phpbb/notification/type/quote.php2
-rw-r--r--phpBB/phpbb/notification/type/report_pm.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/notification/type/quote.php b/phpBB/phpbb/notification/type/quote.php
index 0ed13f36fb..041d9765d5 100644
--- a/phpBB/phpbb/notification/type/quote.php
+++ b/phpBB/phpbb/notification/type/quote.php
@@ -17,7 +17,7 @@ if (!defined('IN_PHPBB'))
/**
* Post quoting notifications class
-* This class handles notifications for quoting users in a post
+* This class handles notifications for users being quoted in a post
*
* @package notifications
*/
diff --git a/phpBB/phpbb/notification/type/report_pm.php b/phpBB/phpbb/notification/type/report_pm.php
index 3fa73bab41..89733503b0 100644
--- a/phpBB/phpbb/notification/type/report_pm.php
+++ b/phpBB/phpbb/notification/type/report_pm.php
@@ -16,7 +16,7 @@ if (!defined('IN_PHPBB'))
}
/**
-* Private message reproted notifications class
+* Private message reported notifications class
* This class handles notifications for private messages when they are reported
*
* @package notifications