mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 14:57:38 +02:00
multi: Fix typos [skip ci]
This commit is contained in:
@@ -220,7 +220,7 @@ func (m *SyncManager) syncerHandler() {
|
||||
initialHistoricalSyncer *GossipSyncer
|
||||
|
||||
// initialHistoricalSyncSignal is a signal that will fire once
|
||||
// the intiial historical sync has been completed. This is
|
||||
// the initial historical sync has been completed. This is
|
||||
// crucial to ensure that another historical sync isn't
|
||||
// attempted just because the initialHistoricalSyncer was
|
||||
// disconnected.
|
||||
@@ -232,7 +232,7 @@ func (m *SyncManager) syncerHandler() {
|
||||
initialHistoricalSyncSignal = s.ResetSyncedSignal()
|
||||
|
||||
// Restart the timer for our new historical sync peer. This will
|
||||
// ensure that all initial syncers recevie an equivalent
|
||||
// ensure that all initial syncers receive an equivalent
|
||||
// duration before attempting the next sync. Without doing so we
|
||||
// might attempt two historical sync back to back if a peer
|
||||
// disconnects just before the ticker fires.
|
||||
@@ -362,7 +362,7 @@ func (m *SyncManager) syncerHandler() {
|
||||
// Otherwise, our initialHistoricalSyncer corresponds to
|
||||
// the peer being disconnected, so we'll have to find a
|
||||
// replacement.
|
||||
log.Debug("Finding replacement for intitial " +
|
||||
log.Debug("Finding replacement for initial " +
|
||||
"historical sync")
|
||||
|
||||
s := m.forceHistoricalSync()
|
||||
|
Reference in New Issue
Block a user