fix: typos in docs, changelog, testdata, comments (#1910)

This commit is contained in:
Oleksandr Redko
2024-11-07 18:25:59 +02:00
committed by GitHub
parent c3bd6b9384
commit 390220ec9c
12 changed files with 48 additions and 48 deletions

View File

@@ -159,7 +159,7 @@ func worker(
return workerDone
}
// Do some work and then return, so that the caller can decide wether to continue or not.
// Do some work and then return, so that the caller can decide whether to continue or not.
// Return true when all work is done.
func doSomeWork(deadline time.Time) bool {
if time.Now().After(deadline) {