From afad4f13e87d16cabd95515ac71e4691de86d7d1 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:30 -0400 Subject: [PATCH] spelling: subscribed Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Content/ForumManager.php | 2 +- src/Module/Profile/Profile.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Content/ForumManager.php b/src/Content/ForumManager.php index 379761e38..5decaac14 100644 --- a/src/Content/ForumManager.php +++ b/src/Content/ForumManager.php @@ -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 diff --git a/src/Module/Profile/Profile.php b/src/Module/Profile/Profile.php index 6fb44c300..d753cd762 100644 --- a/src/Module/Profile/Profile.php +++ b/src/Module/Profile/Profile.php @@ -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',