* fix typos
This commit is contained in:
HaoranYi
2022-03-05 20:46:46 -06:00
committed by GitHub
parent b8b7163b66
commit 463cd564cf
3 changed files with 8 additions and 8 deletions

View File

@ -2100,7 +2100,7 @@ pub fn main() {
let accounts_shrink_ratio = if accounts_shrink_optimize_total_space {
AccountShrinkThreshold::TotalSpace { shrink_ratio }
} else {
AccountShrinkThreshold::IndividalStore { shrink_ratio }
AccountShrinkThreshold::IndividualStore { shrink_ratio }
};
let entrypoint_addrs = values_t!(matches, "entrypoint", String)
.unwrap_or_default()