Skip to content

Commit

Permalink
Fixed typo in stdout log (#5317)
Browse files Browse the repository at this point in the history
"Round robin**g** sync request failed"

changed to

"Round robin sync request failed"
  • Loading branch information
chrishobcroft authored Apr 6, 2020
1 parent 4b64a75 commit b7afc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/sync/initial-sync-old/round_robin.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func (s *Service) roundRobinSync(genesis time.Time) error {
0, // remainder
)
if err != nil {
log.WithError(err).Error("Round robing sync request failed")
log.WithError(err).Error("Round robin sync request failed")
continue
}

Expand Down

0 comments on commit b7afc90

Please sign in to comment.