Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15336035
D15316.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
782 B
Referenced Files
None
Subscribers
None
D15316.diff
View Options
diff --git a/src/infrastructure/daemon/bot/handler/PhabricatorBotObjectNameHandler.php b/src/infrastructure/daemon/bot/handler/PhabricatorBotObjectNameHandler.php
--- a/src/infrastructure/daemon/bot/handler/PhabricatorBotObjectNameHandler.php
+++ b/src/infrastructure/daemon/bot/handler/PhabricatorBotObjectNameHandler.php
@@ -173,7 +173,7 @@
// 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])) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 9 2025, 6:09 PM (4 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7390390
Default Alt Text
D15316.diff (782 B)
Attached To
Mode
D15316: Fix typo: discsussions → discussions
Attached
Detach File
Event Timeline
Log In to Comment