succceed is not a word

This commit is contained in:
Michael Vines 2020-05-26 23:17:50 -07:00 committed by GitHub
parent 2ee0c48980
commit 7abdfc23f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@ fn process_bank_0(
assert_eq!(bank0.slot(), 0);
let mut progress = ConfirmationProgress::new(bank0.last_blockhash());
confirm_full_slot(blockstore, bank0, opts, recyclers, &mut progress)
.expect("processing for bank 0 must succceed");
.expect("processing for bank 0 must succeed");
bank0.freeze();
Ok(())
}