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

index 5f8f925a367222cf7b0754e78ba72321c7a92d70..7c4c8a396b67860fbd670aa72ff3a3e317fcb770 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 goup,.add a mention to the status editor
+                               // If self::$forumContactId belongs to a community forum or a privat 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'])) {