From 6e8aa9af175cfbac56edcd6d1710b971bbb7c97a Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 10:58:39 -0700 Subject: [PATCH] nit: fix spelling (#15908) (#15911) (cherry picked from commit 5760cf0f415035ecf769639f9be969a5ced357a4) # Conflicts: # sdk/src/feature_set.rs 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 938b0cc612..e447bcf2ea 100644 --- a/sdk/src/feature_set.rs +++ b/sdk/src/feature_set.rs @@ -148,7 +148,7 @@ lazy_static! { (cpi_share_ro_and_exec_accounts::id(), "share RO and Executable accounts during cross-program invocations"), (skip_ro_deserialization::id(), "skip deserialization of read-only accounts"), (require_stake_for_gossip::id(), "require stakes for propagating crds values through gossip #15561"), - (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()