]> git.mxchange.org Git - friendica.git/commitdiff
spelling: mismatches
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:07:43 +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/Model/GServer.php

index a1c2819515117738fc6d4cb489157f1aefb52ee2..d9df8e205f381cbea6dad60954cb31e29486a862 100644 (file)
@@ -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)) {