From 5ee81566b7333810f68e736065c83fa5b8b81fa6 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 31 Oct 2024 20:14:20 +0900 Subject: [PATCH] chore: update instruction.rs (#7420) Unitialized -> Uninitialized --- stake-pool/program/src/instruction.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stake-pool/program/src/instruction.rs b/stake-pool/program/src/instruction.rs index 9709bef0fe3..ef6a801e363 100644 --- a/stake-pool/program/src/instruction.rs +++ b/stake-pool/program/src/instruction.rs @@ -320,7 +320,7 @@ pub enum StakePoolInstruction { /// 1. `[w]` Validator stake list storage account /// 2. `[]` Stake pool withdraw authority /// 3. `[w]` Validator or reserve stake account to split - /// 4. `[w]` Unitialized stake account to receive withdrawal + /// 4. `[w]` Uninitialized stake account to receive withdrawal /// 5. `[]` User account to set as a new withdraw authority /// 6. `[s]` User transfer authority, for pool token account /// 7. `[w]` User account with pool tokens to burn from @@ -665,7 +665,7 @@ pub enum StakePoolInstruction { /// 1. `[w]` Validator stake list storage account /// 2. `[]` Stake pool withdraw authority /// 3. `[w]` Validator or reserve stake account to split - /// 4. `[w]` Unitialized stake account to receive withdrawal + /// 4. `[w]` Uninitialized stake account to receive withdrawal /// 5. `[]` User account to set as a new withdraw authority /// 6. `[s]` User transfer authority, for pool token account /// 7. `[w]` User account with pool tokens to burn from