spelling: inherit

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-22 00:07:31 -04:00
parent 9d26a054d5
commit 7ba6d61728
1 changed files with 1 additions and 1 deletions

View File

@ -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];