]> git.mxchange.org Git - friendica.git/commitdiff
spelling: decide
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:17:25 +0000 (23:17 -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/Transmitter.php

index 5498f162e87a1eaf8f981609de8c90f120137edb..e3f7da107e81a101438611f5393039b0834339de 100644 (file)
@@ -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;