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)) {