From 6ebd4abf41159d782b21d61592345e5533fdf391 Mon Sep 17 00:00:00 2001 From: Jack May Date: Thu, 30 Jun 2022 10:32:10 -0700 Subject: [PATCH] spell nit (#26336) --- 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 fbb226c6cd..21698e6e7b 100644 --- a/sdk/src/feature_set.rs +++ b/sdk/src/feature_set.rs @@ -527,7 +527,7 @@ lazy_static! { (error_on_syscall_bpf_function_hash_collisions::id(), "error on bpf function hash collisions"), (reject_callx_r10::id(), "Reject bpf callx r10 instructions"), (drop_redundant_turbine_path::id(), "drop redundant turbine path"), - (executables_incur_cpi_data_cost::id(), "Executables incure CPI data costs"), + (executables_incur_cpi_data_cost::id(), "Executables incur CPI data costs"), (fix_recent_blockhashes::id(), "stop adding hashes for skipped slots to recent blockhashes"), (update_rewards_from_cached_accounts::id(), "update rewards from cached accounts"), (spl_token_v3_4_0::id(), "SPL Token Program version 3.4.0 release #24740"),