diff --git a/sdk/feature-set/src/lib.rs b/sdk/feature-set/src/lib.rs index 74b871edd52889..a407158c506345 100644 --- a/sdk/feature-set/src/lib.rs +++ b/sdk/feature-set/src/lib.rs @@ -1144,7 +1144,7 @@ lazy_static! { (deplete_cu_meter_on_vm_failure::id(), "Deplete compute meter for vm errors SIMD-0182 #3993"), (reserve_minimal_cus_for_builtin_instructions::id(), "Reserve minimal CUs for builtin instructions SIMD-170 #2562"), (raise_block_limits_to_50m::id(), "Raise block limit to 50M SIMD-0207"), - (disable_intrabatch_account_locks::id(), "Allow batched transactions to read/write and write/write the same acocunts SIMD-0083"), + (disable_intrabatch_account_locks::id(), "Allow batched transactions to read/write and write/write the same accounts SIMD-0083"), /*************** ADD NEW FEATURES HERE ***************/ ] .iter()