From 435321caa82fdd206c81b002fa17d0d5bfc25bce Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:17:25 -0400 Subject: [PATCH] spelling: decide Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Protocol/ActivityPub/Transmitter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Protocol/ActivityPub/Transmitter.php b/src/Protocol/ActivityPub/Transmitter.php index 5498f162e..e3f7da107 100644 --- a/src/Protocol/ActivityPub/Transmitter.php +++ b/src/Protocol/ActivityPub/Transmitter.php @@ -1830,7 +1830,7 @@ class Transmitter $item['body'] = $announce['comment'] . "\n" . $announce['object']['plink']; $activity['object'] = self::createNote($item, $api_mode); - /// @todo Finally descide how to implement this in AP. This is a possible way: + /// @todo Finally decide how to implement this in AP. This is a possible way: $activity['object']['attachment'][] = self::createNote($announce['object']); $activity['object']['source']['content'] = $orig_body;