]> git.mxchange.org Git - friendica.git/commitdiff
spelling: subscribed
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:08:30 +0000 (00:08 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:16 +0000 (16:14 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Content/ForumManager.php
src/Module/Profile/Profile.php

index 379761e381052319fef8003422b67d7aeffbc35e..5decaac141454fac2f69c1e653913f79e271e860 100644 (file)
@@ -102,7 +102,7 @@ class ForumManager
        /**
         * Forumlist widget
         *
-        * Sidebar widget to show subcribed friendica forums. If activated
+        * Sidebar widget to show subscribed friendica forums. If activated
         * in the settings, it appears at the notwork page sidebar
         *
         * @param string $baseurl Base module path
index 6fb44c3002f12ac5833245414ed468c6944adba3..d753cd762ea004509cc936d1a4fb874ccd3e9877 100644 (file)
@@ -254,7 +254,7 @@ class Profile extends BaseProfile
                        );
                }
 
-               //show subcribed forum if it is enabled in the usersettings
+               //show subscribed forum if it is enabled in the usersettings
                if (Feature::isEnabled($profile['uid'], 'forumlist_profile')) {
                        $custom_fields += self::buildField(
                                'forumlist',