core/rawdb: fix typo in comment (#28140)

This commit is contained in:
Delweng
2023-09-19 13:43:37 +02:00
committed by GitHub
parent e9f78db79d
commit ef76afad35
+1 -1
View File
@@ -253,7 +253,7 @@ func NewDatabaseWithFreezer(db ethdb.KeyValueStore, ancient string, namespace st
break
}
}
// We are about to exit on error. Print database metdata beore exiting
// We are about to exit on error. Print database metadata before exiting
printChainMetadata(db)
return nil, fmt.Errorf("gap in the chain between ancients [0 - #%d] and leveldb [#%d - #%d] ",
frozen-1, number, head)