multi: fix spelling mistakes

This commit is contained in:
Conner Fromknecht
2019-05-04 15:35:37 -07:00
parent 517cdd66bf
commit 17b2140cb5
22 changed files with 25 additions and 25 deletions

View File

@@ -17,7 +17,7 @@ type Write struct {
}
// NewWrite creates a Write pool, using an underlying Writebuffer pool to
// recycle buffer.Write objects accross the lifetime of the Write pool's
// recycle buffer.Write objects across the lifetime of the Write pool's
// workers.
func NewWrite(writeBufferPool *WriteBuffer, numWorkers int,
workerTimeout time.Duration) *Write {