From 1234d5b77a6d163732eb64b475dbe133fb0efb9e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 26 Mar 2023 20:03:13 -0400 Subject: [PATCH] spelling: posts Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Worker/ExpirePosts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Worker/ExpirePosts.php b/src/Worker/ExpirePosts.php index 87669a2d12..2ca9e4f4e8 100644 --- a/src/Worker/ExpirePosts.php +++ b/src/Worker/ExpirePosts.php @@ -52,7 +52,7 @@ class ExpirePosts self::addMissingEntries(); } - // Set the expiry for origin posta + // Set the expiry for origin posts Worker::add(Worker::PRIORITY_LOW, 'Expire'); // update nodeinfo data after everything is cleaned up