diff --git a/beacon-chain/p2p/subnets_test.go b/beacon-chain/p2p/subnets_test.go index 2b270f731557..668324025d52 100644 --- a/beacon-chain/p2p/subnets_test.go +++ b/beacon-chain/p2p/subnets_test.go @@ -81,7 +81,7 @@ func TestStartDiscV5_FindPeersWithSubnet(t *testing.T) { bootNodeENR := bootListener.Self().String() // Create 3 nodes, each subscribed to a different subnet. - // Each node is connected to the boostrap node. + // Each node is connected to the bootstrap node. services := make([]*Service, 0, 3) for i := 1; i <= 3; i++ { diff --git a/beacon-chain/slasher/receive.go b/beacon-chain/slasher/receive.go index 81c9cdf818cb..d75b501bdfcd 100644 --- a/beacon-chain/slasher/receive.go +++ b/beacon-chain/slasher/receive.go @@ -141,7 +141,7 @@ func (s *Service) processAttestations( start := time.Now() - // Check for attestatinos slashings (double, sourrounding, surrounded votes). + // Check for attestatinos slashings (double, surrounding, surrounded votes). slashings, err := s.checkSlashableAttestations(ctx, currentEpoch, validAttestations) if err != nil { log.WithError(err).Error(couldNotCheckSlashableAtt)