Skip to content

Commit 61469cf

Browse files
authored
eth/downloader: fix typo in comment (#22019)
1 parent c5a3ffa commit 61469cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/downloader/modes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type SyncMode uint32
2525
const (
2626
FullSync SyncMode = iota // Synchronise the entire blockchain history from full blocks
2727
FastSync // Quickly download the headers, full sync only at the chain
28-
SnapSync // Download the chain and the state via compact snashots
28+
SnapSync // Download the chain and the state via compact snapshots
2929
LightSync // Download only the headers and terminate afterwards
3030
)
3131

0 commit comments

Comments
 (0)