Skip to content

Commit 3ff99ae

Browse files
eth/syncer: fix typo (#32427)
avaibale -> available
1 parent 5134213 commit 3ff99ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/syncer/syncer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func (s *Syncer) run() {
9999
)
100100
for {
101101
if retries >= 10 {
102-
req.errc <- fmt.Errorf("sync target is not avaibale, %x", req.hash)
102+
req.errc <- fmt.Errorf("sync target is not available, %x", req.hash)
103103
break
104104
}
105105
select {

0 commit comments

Comments
 (0)