X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FGServer.php;h=11d3227e8ad06ecbfb77521373d2c120e6ac45af;hb=2b819b8f8c1eacced3bc40bc98c33410df27f92c;hp=d9df8e205f381cbea6dad60954cb31e29486a862;hpb=2bb41167f3155816123bceb07b701a972670ee0a;p=friendica.git diff --git a/src/Model/GServer.php b/src/Model/GServer.php index d9df8e205f..11d3227e8a 100644 --- a/src/Model/GServer.php +++ b/src/Model/GServer.php @@ -327,7 +327,7 @@ class GServer return DateTimeFormat::utc('now +1 month'); } - // The system hadn't been successul contacted for more than a month, so try again in three months + // The system hadn't been successful contacted for more than a month, so try again in three months return DateTimeFormat::utc('now +3 month'); } @@ -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);