From 9bd3773934673c0a486f15872cf992cf17e2e387 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 11:51:15 -0700 Subject: [PATCH] nit: fix spelling (#15908) (#15910) (cherry picked from commit 5760cf0f415035ecf769639f9be969a5ced357a4) Co-authored-by: Jack May --- sdk/src/feature_set.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/src/feature_set.rs b/sdk/src/feature_set.rs index bc4295da2c..41a85add22 100644 --- a/sdk/src/feature_set.rs +++ b/sdk/src/feature_set.rs @@ -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()