From d12dfc19186d00e02ef41b6ed6939e355a004399 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Fri, 19 Nov 2021 01:58:56 +0900 Subject: [PATCH] Refactor: Fix typo in stake_state.rs (#21343) initalize -> initialize --- programs/stake/src/stake_state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/stake/src/stake_state.rs b/programs/stake/src/stake_state.rs index 4407f6ab52..e522177487 100644 --- a/programs/stake/src/stake_state.rs +++ b/programs/stake/src/stake_state.rs @@ -2545,7 +2545,7 @@ mod tests { Err(InstructionError::InvalidAccountData) ); - // initalize the stake + // initialize the stake let custodian = solana_sdk::pubkey::new_rand(); stake_keyed_account .initialize(