mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fix typo: discsussions → discussions
Test Plan: Read again the sentence. Reviewers: joshuaspence, #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D15316
This commit is contained in:
parent
42566379dc
commit
a4db6f387d
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ final class PhabricatorBotObjectNameHandler extends PhabricatorBotHandler {
|
|||
|
||||
// Don't mention the same object more than once every 10 minutes
|
||||
// in public channels, so we avoid spamming the chat over and over
|
||||
// again for discsussions of a specific revision, for example.
|
||||
// again for discussions of a specific revision, for example.
|
||||
|
||||
$target_name = $original_message->getTarget()->getName();
|
||||
if (empty($this->recentlyMentioned[$target_name])) {
|
||||
|
|
Loading…
Reference in a new issue