eth/syncer: fix typo (#32427)
Some checks are pending
/ Linux Build (push) Waiting to run
/ Linux Build (arm) (push) Waiting to run
/ Windows Build (push) Waiting to run
/ Docker Image (push) Waiting to run

avaibale -> available
This commit is contained in:
Marius van der Wijden 2025-08-13 17:12:08 +02:00 committed by GitHub
parent 51342136fa
commit 3ff99ae52c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -99,7 +99,7 @@ func (s *Syncer) run() {
)
for {
if retries >= 10 {
req.errc <- fmt.Errorf("sync target is not avaibale, %x", req.hash)
req.errc <- fmt.Errorf("sync target is not available, %x", req.hash)
break
}
select {