Skip to content

Commit

Permalink
Merge pull request #707 from cuu508/patch-1
Browse files Browse the repository at this point in the history
Fix typo receipients -> recipients
  • Loading branch information
foxcpp authored Nov 24, 2024
2 parents 1b946d2 + dd41af0 commit dbd7203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/target/queue/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ func (q *Queue) deliver(meta *QueueMetadata, header textproto.Header, body buffe
}

if len(acceptedRcpts) == 0 {
dl.Debugf("delivery.Abort (no accepted receipients)")
dl.Debugf("delivery.Abort (no accepted recipients)")
if err := delivery.Abort(msgCtx); err != nil {
dl.Error("delivery.Abort failed", err)
}
Expand Down

0 comments on commit dbd7203

Please sign in to comment.