Skip to content

Commit

Permalink
Docs: Misspelling (#2019)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
solracsf authored May 15, 2022
1 parent bb0d177 commit c361878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/warmup.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func sendCommand(cf *os.File, batch []string, count int, threads uint, backgroun
logger.Fatalf("Write message: %s", err)
}
if background {
logger.Infof("Warm-up cache for %d paths in backgroud", count)
logger.Infof("Warm-up cache for %d paths in background", count)
return
}
var errs = make([]byte, 1)
Expand Down

0 comments on commit c361878

Please sign in to comment.