]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Conversation/Network.php
spelling: however
[friendica.git] / src / Module / Conversation / Network.php
index 84d08ff9c2d15842fb07c01125677b3314ff22e2..5f8f925a367222cf7b0754e78ba72321c7a92d70 100644 (file)
@@ -120,7 +120,7 @@ class Network extends BaseModule
                        $content = '';
 
                        if (self::$forumContactId) {
-                               // If self::$forumContactId belongs to a communitity forum or a privat goup,.add a mention to the status editor
+                               // If self::$forumContactId belongs to a community forum or a privat goup,.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'])) {