From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 26 Mar 2023 22:39:31 +0000 (-0400) Subject: spelling: private X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=93c93bf69f14ea8f91149b4214eb251c5b29c070;p=friendica.git spelling: private Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Module/Conversation/Network.php b/src/Module/Conversation/Network.php index 7c4c8a396b..5653b128a9 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'])) {