From 3218db1f106ef27591343ddcac7203a5b355b290 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:07:45 -0400 Subject: [PATCH] spelling: needn't Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Content/Text/Plaintext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);