From 4391872e07cfc2cc702b1daf7d84d1bed3f1f478 Mon Sep 17 00:00:00 2001 From: SAY-5 Date: Thu, 16 Apr 2026 16:16:17 -0700 Subject: [PATCH] fix: fix 'occured' -> 'occurred' in message_dispatch.go doc comment Retrigger CI checks after PR title fix. Signed-off-by: SAY-5 --- courier/message_dispatch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/courier/message_dispatch.go b/courier/message_dispatch.go index a7e94f7db872..354f474e6c94 100644 --- a/courier/message_dispatch.go +++ b/courier/message_dispatch.go @@ -20,7 +20,7 @@ const ( ) // MessageDispatch represents an attempt of sending a courier message -// It contains the status of the attempt (failed or successful) and the error if any occured +// It contains the status of the attempt (failed or successful) and the error if any occurred // // swagger:model messageDispatch type MessageDispatch struct {