diff --git a/eth2/types/src/beacon_state.rs b/eth2/types/src/beacon_state.rs index e6dc9f6a68..0270bb87c6 100644 --- a/eth2/types/src/beacon_state.rs +++ b/eth2/types/src/beacon_state.rs @@ -229,7 +229,7 @@ impl BeaconState { } } - /// Always builds an epoch cache, even if it is alread initialized. + /// Always builds an epoch cache, even if it is already initialized. pub fn force_build_epoch_cache( &mut self, relative_epoch: RelativeEpoch,