]> git.mxchange.org Git - friendica.git/commitdiff
spelling: private
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 22:39:31 +0000 (18:39 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 27 Mar 2023 00:04:18 +0000 (20:04 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Module/Conversation/Network.php

index 7c4c8a396b67860fbd670aa72ff3a3e317fcb770..5653b128a9f26e0c4d73d3a31316949579d276a6 100644 (file)
@@ -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'])) {