diff --git a/src/Protocol/ActivityPub/Receiver.php b/src/Protocol/ActivityPub/Receiver.php index f246a9f94..60846dcdb 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];