diff --git a/eth/catalyst/api.go b/eth/catalyst/api.go index 4f9902a931..ec2c1d35a2 100644 --- a/eth/catalyst/api.go +++ b/eth/catalyst/api.go @@ -101,7 +101,7 @@ type ConsensusAPI struct { // The forkchoice update and new payload method require us to return the // latest valid hash in an invalid chain. To support that return, we need - // to track historical bad blocks as well as bad tippets in case a chain + // to track historical bad blocks as well as bad tipsets in case a chain // is constantly built on it. // // There are a few important caveats in this mechanism: