mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
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:
@@ -13,7 +13,7 @@ func (s *Store) SaveGenesisValidatorsRoot(_ context.Context, genValRoot []byte)
|
||||
bkt := tx.Bucket(genesisInfoBucket)
|
||||
enc := bkt.Get(genesisValidatorsRootKey)
|
||||
if len(enc) != 0 {
|
||||
return fmt.Errorf("cannot overwite existing genesis validators root: %#x", enc)
|
||||
return fmt.Errorf("cannot overwrite existing genesis validators root: %#x", enc)
|
||||
}
|
||||
return bkt.Put(genesisValidatorsRootKey, genValRoot)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user