From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 03:17:04 +0000 (-0400) Subject: spelling: chosen X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=423e60174ef7ae4948fa44ac725c8bc54234966a;p=friendica.git spelling: chosen Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Navigation/Notifications/Factory/FormattedNotify.php b/src/Navigation/Notifications/Factory/FormattedNotify.php index 792bf91d31..b34aa74eb9 100644 --- a/src/Navigation/Notifications/Factory/FormattedNotify.php +++ b/src/Navigation/Notifications/Factory/FormattedNotify.php @@ -363,7 +363,7 @@ class FormattedNotify extends BaseFactory { $item['seen'] = !($item['unseen'] > 0); - // For feed items we use the user's contact, since the avatar is mostly self choosen. + // For feed items we use the user's contact, since the avatar is mostly self chosen. if (!empty($item['network']) && $item['network'] == Protocol::FEED) { $item['author-avatar'] = $item['contact-avatar']; }