mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 15:40:59 +02:00
trivial: Fix spelling errors
- Fixes some spelling in code comments and a couple of function names
This commit is contained in:
@@ -95,7 +95,7 @@ func (p *MockPeer) Write(b []byte) (n int, err error) {
|
||||
}
|
||||
}
|
||||
|
||||
// Close tearsdown the connection, and fails any pending reads or writes.
|
||||
// Close tears down the connection, and fails any pending reads or writes.
|
||||
func (p *MockPeer) Close() error {
|
||||
select {
|
||||
case <-p.Quit:
|
||||
|
Reference in New Issue
Block a user