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

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(())
}