nit: fix spelling (#15908) (#15910)

(cherry picked from commit 5760cf0f41)

Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
mergify[bot]
2021-03-16 11:51:15 -07:00
committed by GitHub
parent 999f81c56d
commit 9bd3773934

View File

@ -218,7 +218,7 @@ lazy_static! {
(per_byte_logging_cost::id(), "charge the compute budget per byte for logging"),
(check_init_vote_data::id(), "check initialized Vote data"),
(check_program_owner::id(), "limit programs to operating on accounts owned by itself"),
(cpi_data_cost::id(), "charge the compute budger for data passed via CPI"),
(cpi_data_cost::id(), "charge the compute budget for data passed via CPI"),
/*************** ADD NEW FEATURES HERE ***************/
]
.iter()