aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-10-03 20:22:41 -0700
committerNathan Guse <nathaniel.guse@gmail.com>2013-10-03 20:22:41 -0700
commit31aebb355cfdbe08959028a9d8bc877280e3a084 (patch)
tree80d9f035ea3369194427496e0e3b1f3954eec9f4 /phpBB/phpbb/notification
parent80b21e8049a138d07553288029abf66700da9a5c (diff)
parentbf5ce957cf046ab0b8d00fdc36d825bceccbfad6 (diff)
downloadforums-31aebb355cfdbe08959028a9d8bc877280e3a084.tar
forums-31aebb355cfdbe08959028a9d8bc877280e3a084.tar.gz
forums-31aebb355cfdbe08959028a9d8bc877280e3a084.tar.bz2
forums-31aebb355cfdbe08959028a9d8bc877280e3a084.tar.xz
forums-31aebb355cfdbe08959028a9d8bc877280e3a084.zip
Merge pull request #1654 from rechosen/ticket/11786
[ticket/11786] Fix various defects in PHPDoc in-code documentation
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 56cfbc9364..8fb433990e 100644
--- a/phpBB/phpbb/notification/type/quote.php
+++ b/phpBB/phpbb/notification/type/quote.php
@@ -19,7 +19,7 @@ if (!defined('IN_PHPBB'))
/**
* Post quoting notifications class
-* This class handles notifications for quoting users in a post
+* This class handles notifying users when they have been 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 fd3f754f8a..13330e2932 100644
--- a/phpBB/phpbb/notification/type/report_pm.php
+++ b/phpBB/phpbb/notification/type/report_pm.php
@@ -18,7 +18,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