From f225db0f1e127b3d83b45c07d813dacc3afe9799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Sat, 4 Jan 2025 12:53:36 +0100 Subject: [PATCH] Typo in comment --- includes/class-outbox-parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-outbox-parser.php b/includes/class-outbox-parser.php index 8ffc094..d15effd 100644 --- a/includes/class-outbox-parser.php +++ b/includes/class-outbox-parser.php @@ -39,7 +39,7 @@ class Outbox_Parser { /** * Initialize the backfilling of events via the outbox of an ActivityPub actor. * - * @param Event_Source $event_source The Source we want to backfill the events for. + * @param Event_Source $event_source The Event Source we want to backfill the events for. * @return bool|WP_Error */ public static function backfill_events( $event_source ) {