]> git.mxchange.org Git - friendica.git/commitdiff
spelling: inherit
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:07:31 +0000 (00:07 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:03:23 +0000 (16:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Protocol/ActivityPub/Receiver.php

index f246a9f94b13d3c316cf030ab7bd2c5d10981338..60846dcdb857f6b13d38874b8065810e1c46780b 100644 (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];