Skip to content

Commit 40cfe71

Browse files
authored
eth/downloader: fix typo in downloader.go (#24704)
synchornization -> synchronization
1 parent 637cf34 commit 40cfe71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/downloader/downloader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ func (d *Downloader) LegacySync(id string, head common.Hash, td, ttd *big.Int, m
358358
// checks fail an error will be returned. This method is synchronous
359359
func (d *Downloader) synchronise(id string, hash common.Hash, td, ttd *big.Int, mode SyncMode, beaconMode bool, beaconPing chan struct{}) error {
360360
// The beacon header syncer is async. It will start this synchronization and
361-
// will continue doing other tasks. However, if synchornization needs to be
361+
// will continue doing other tasks. However, if synchronization needs to be
362362
// cancelled, the syncer needs to know if we reached the startup point (and
363363
// inited the cancel cannel) or not yet. Make sure that we'll signal even in
364364
// case of a failure.

0 commit comments

Comments
 (0)