From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 04:07:43 +0000 (-0400) Subject: spelling: mismatches X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2bb41167f3155816123bceb07b701a972670ee0a;p=friendica.git spelling: mismatches Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Model/GServer.php b/src/Model/GServer.php index a1c2819515..d9df8e205f 100644 --- a/src/Model/GServer.php +++ b/src/Model/GServer.php @@ -557,7 +557,7 @@ class GServer return false; } - // If the URL missmatches, then we mark the old entry as failure + // If the URL mismatches, then we mark the old entry as failure if (!Strings::compareLink($url, $original_url)) { self::setFailureByUrl($original_url); if (!self::getID($url, true) && !Network::isUrlBlocked($url)) {