Fix numerous spelling error and typos in the log messages, comments, and documentation. (#12385)

* Minor typos and spelling fixes (comments, logs, & docs only, no code changes)

* Fix seplling in log message

* Additional spelling tweaks based on review from @prestonvanloon
This commit is contained in:
Nick Sullivan
2023-05-11 13:45:43 -07:00
committed by GitHub
parent aef22bf54e
commit 5c00fcb84f
34 changed files with 46 additions and 46 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/prysmaticlabs/prysm/v4/time/slots"
)
// IsForkNextEpoch checks if an alloted fork is in the following epoch.
// IsForkNextEpoch checks if an allotted fork is in the following epoch.
func IsForkNextEpoch(genesisTime time.Time, genesisValidatorsRoot []byte) (bool, error) {
if genesisTime.IsZero() {
return false, errors.New("genesis time is not set")