Skip to content

Commit 4685396

Browse files
authored
Fix spelling in log message
1 parent d64689c commit 4685396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/redis/taskqueue/queue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ func (q *taskQueue[T]) Complete(ctx context.Context, taskID string) error {
170170
}
171171

172172
if c.(int64) == 0 || err == redis.Nil {
173-
return errors.New("could find task to complete")
173+
return errors.New("could not find task to complete")
174174
}
175175

176176
return nil

0 commit comments

Comments
 (0)