Merge pull request #3044 from cfromknecht/spelling-fixes

multi: fix spelling mistakes
This commit is contained in:
Johan T. Halseth
2019-05-07 08:50:36 +02:00
committed by GitHub
22 changed files with 25 additions and 25 deletions

View File

@@ -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