mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-05 17:05:50 +02:00
Merge pull request #3044 from cfromknecht/spelling-fixes
multi: fix spelling mistakes
This commit is contained in:
@@ -274,7 +274,7 @@ type GossipSyncer struct {
|
||||
syncTransitionReqs chan *syncTransitionReq
|
||||
|
||||
// historicalSyncReqs is a channel that serves as a signal for the
|
||||
// gossip syncer to perform a historical sync. Theese can only be done
|
||||
// gossip syncer to perform a historical sync. These can only be done
|
||||
// once the gossip syncer is in a chansSynced state to ensure its state
|
||||
// machine behaves as expected.
|
||||
historicalSyncReqs chan *historicalSyncReq
|
||||
|
Reference in New Issue
Block a user