Skip to content

Commit

Permalink
Fix TYPO in comment
Browse files Browse the repository at this point in the history
Fix TYPO in comment.
  • Loading branch information
HeavyWombat committed May 14, 2024
1 parent a2c7168 commit 47891d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/havener/havener.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func NewHavener(opts ...Option) (hvnr *Hvnr, err error) {
opt(hvnr)
}

// Set default backgroud context if nothing is set
// Set default background context if nothing is set
if hvnr.ctx == nil {
hvnr.ctx = context.Background()
}
Expand Down

0 comments on commit 47891d2

Please sign in to comment.