From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 03:17:44 +0000 (-0400) Subject: spelling: everything X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3d21742fbb744493285b4eb8a625db8417ad2165;p=friendica.git spelling: everything Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Content/Item.php b/src/Content/Item.php index 0a606e057a..2a4bc9e3e6 100644 --- a/src/Content/Item.php +++ b/src/Content/Item.php @@ -338,7 +338,7 @@ class Item } else { $post_type = $this->l10n->t('status'); } - // Let's break everthing ... ;-) + // Let's break everything ... ;-) break; } $plink = '[url=' . $obj['plink'] . ']' . $post_type . '[/url]';