diff --git a/batch.go b/batch.go index 14d70fc..74b5c4f 100644 --- a/batch.go +++ b/batch.go @@ -7,7 +7,7 @@ import "errors" // indicates it was deliberate, and not an error case. type BatchFunc func(start, end int) error -// Abort is a sentinal error as defined by Dave Cheney (@davecheney) which +// Abort is a sentinel error as defined by Dave Cheney (@davecheney) which // indicates a batch operation should abort early. var Abort = errors.New("done")