X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FGServer.php;h=11d3227e8ad06ecbfb77521373d2c120e6ac45af;hb=2b819b8f8c1eacced3bc40bc98c33410df27f92c;hp=b034ded754d2862b4b77dded79abe767a9e06fa4;hpb=f634c1a06761fa34dc903cd4fac018e7608f279b;p=friendica.git diff --git a/src/Model/GServer.php b/src/Model/GServer.php index b034ded754..11d3227e8a 100644 --- a/src/Model/GServer.php +++ b/src/Model/GServer.php @@ -675,7 +675,7 @@ class GServer } // All following checks are done for systems that always have got a "host-meta" endpoint. - // With this check we don't have to waste time and ressources for dead systems. + // With this check we don't have to waste time and resources for dead systems. // Also this hopefully prevents us from receiving abuse messages. if (($serverdata['network'] == Protocol::PHANTOM) || in_array($serverdata['detection-method'], self::DETECT_UNSPECIFIC)) { $validHostMeta = self::validHostMeta($url);