]> git.mxchange.org Git - friendica.git/commitdiff
spelling: needn't
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:07:45 +0000 (00:07 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:15 +0000 (16:14 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Content/Text/Plaintext.php

index ce0a305fe70a361359706cad1c8924686c139b8a..4ea4849fe7c19d6330cd783b5765365f64059c52 100644 (file)
@@ -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);