From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 04:08:33 +0000 (-0400) Subject: spelling: successfully X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b7cc6ffc9d9ff80f0ed302863a0da11b7add6201;p=friendica.git spelling: successfully Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Protocol/Relay.php b/src/Protocol/Relay.php index dda7ddbdcd..d8b11cf95b 100644 --- a/src/Protocol/Relay.php +++ b/src/Protocol/Relay.php @@ -176,7 +176,7 @@ class Relay if (in_array($gserver['network'], [Protocol::ACTIVITYPUB, Protocol::DFRN])) { $system = APContact::getByURL($gserver['url'] . '/friendica'); if (!empty($system['sharedinbox'])) { - Logger::info('Sucessfully probed for relay contact', ['server' => $gserver['url']]); + Logger::info('Successfully probed for relay contact', ['server' => $gserver['url']]); $id = Contact::updateFromProbeByURL($system['url']); Logger::info('Updated relay contact', ['server' => $gserver['url'], 'id' => $id]); return;