spelling: prioritize

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

View 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]);