From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 04:07:45 +0000 (-0400) Subject: spelling: needn't X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3218db1f106ef27591343ddcac7203a5b355b290;p=friendica.git spelling: needn't Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Content/Text/Plaintext.php b/src/Content/Text/Plaintext.php index ce0a305fe7..4ea4849fe7 100644 --- a/src/Content/Text/Plaintext.php +++ b/src/Content/Text/Plaintext.php @@ -180,7 +180,7 @@ class Plaintext $msg = trim($post['description']); } - // If the link is already contained in the post, then it neeedn't to be added again + // If the link is already contained in the post, then it needn't to be added again // But: if the link is beyond the limit, then it has to be added. if (($link != '') && strstr($msg, $link)) { $pos = strpos($msg, $link);