Skip to content

Commit

Permalink
Fix go-routine typo in AWS
Browse files Browse the repository at this point in the history
  • Loading branch information
roger2hk committed Dec 9, 2024
1 parent 8c25bbf commit 59a3bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func New(ctx context.Context, cfg Config, opts ...func(*options.StorageOptions))
// Kick off go-routine which handles the integration of entries.
go r.consumeEntriesTask(ctx)

// Kick off go-routing which handles the publication of checkpoints.
// Kick off go-routine which handles the publication of checkpoints.
go r.publishCheckpointTask(ctx, opt.CheckpointInterval)

return r, nil
Expand Down

0 comments on commit 59a3bfa

Please sign in to comment.