diff --git a/cl/phase1/forkchoice/forkchoice.go b/cl/phase1/forkchoice/forkchoice.go index 7a7e52b4eff..d39f9be6676 100644 --- a/cl/phase1/forkchoice/forkchoice.go +++ b/cl/phase1/forkchoice/forkchoice.go @@ -279,7 +279,7 @@ func (f *ForkChoiceStore) updateChildren(parentSlot uint64, parent, child libcom if ok { c = cI.(childrens) } - c.parentSlot = parentSlot // can be innacurate. + c.parentSlot = parentSlot // can be inaccurate. if slices.Contains(c.childrenHashes, child) { return }