mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-06 01:18:17 +02:00
multi: fix spelling mistakes
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user