diff --git a/src/Module/Conversation/Network.php b/src/Module/Conversation/Network.php index 7c4c8a396..5653b128a 100644 --- a/src/Module/Conversation/Network.php +++ b/src/Module/Conversation/Network.php @@ -120,7 +120,7 @@ class Network extends BaseModule $content = ''; if (self::$forumContactId) { - // If self::$forumContactId belongs to a community forum or a privat group, add a mention to the status editor + // If self::$forumContactId belongs to a community forum or a private group, add a mention to the status editor $condition = ["`id` = ? AND `contact-type` = ?", self::$forumContactId, Contact::TYPE_COMMUNITY]; $contact = DBA::selectFirst('contact', ['addr'], $condition); if (!empty($contact['addr'])) {