From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 04:07:31 +0000 (-0400) Subject: spelling: inherit X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7ba6d61728e554ae016343dc5515a29999b7a752;p=friendica.git spelling: inherit Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Protocol/ActivityPub/Receiver.php b/src/Protocol/ActivityPub/Receiver.php index f246a9f94b..60846dcdb8 100644 --- a/src/Protocol/ActivityPub/Receiver.php +++ b/src/Protocol/ActivityPub/Receiver.php @@ -1067,7 +1067,7 @@ class Receiver { $reply = $receivers = $profile = []; - // When it is an answer, we inherite the receivers from the parent + // When it is an answer, we inherit the receivers from the parent $replyto = JsonLD::fetchElement($activity, 'as:inReplyTo', '@id'); if (!empty($replyto)) { $reply = [$replyto];