runtime: compleleted -> completed (#27901)

This commit is contained in:
Ian Macalinao 2022-09-17 22:53:57 -05:00 committed by GitHub
parent 98dfc2b7d1
commit 8c24840247
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6876,7 +6876,7 @@ impl Bank {
//
// For now, check to see if the epoch accounts hash is `Some` before hashing. Once the
// writer-side is implemented, change this to be an `.expect()` or `.unwrap()`, as it
// will be required for the epoch accounts hash calculation to have compleleted and
// will be required for the epoch accounts hash calculation to have completed and
// for this value to be `Some`.
if let Some(epoch_accounts_hash) = epoch_accounts_hash {
hash = hashv(&[hash.as_ref(), epoch_accounts_hash.as_ref().as_ref()]);