From 2bb41167f3155816123bceb07b701a972670ee0a Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:07:43 -0400 Subject: [PATCH] spelling: mismatches Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Model/GServer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/GServer.php b/src/Model/GServer.php index a1c281951..d9df8e205 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)) {