]> git.mxchange.org Git - friendica.git/commitdiff
spelling: prioritize
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:08:07 +0000 (00:08 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:16 +0000 (16:14 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Worker/Notifier.php

index 3f5b0fa82900eaaf5974ff7d856f267633cebd22..7c78896f39148efa6e6ff7f3067b747c901d6519 100644 (file)
@@ -890,7 +890,7 @@ class Notifier
                        Worker::coolDown();
                }
 
-               // We deliver posts to relay servers slightly delayed to priorize the direct delivery
+               // We deliver posts to relay servers slightly delayed to prioritize the direct delivery
                foreach ($relay_inboxes as $inbox) {
                        Logger::info('Delivery to relay servers via ActivityPub', ['cmd' => $cmd, 'id' => $target_item['id'], 'inbox' => $inbox]);