Skip to content

Commit 5ee8156

Browse files
authored
chore: update instruction.rs (solana-labs#7420)
Unitialized -> Uninitialized
1 parent 760f8cb commit 5ee8156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stake-pool/program/src/instruction.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ pub enum StakePoolInstruction {
320320
/// 1. `[w]` Validator stake list storage account
321321
/// 2. `[]` Stake pool withdraw authority
322322
/// 3. `[w]` Validator or reserve stake account to split
323-
/// 4. `[w]` Unitialized stake account to receive withdrawal
323+
/// 4. `[w]` Uninitialized stake account to receive withdrawal
324324
/// 5. `[]` User account to set as a new withdraw authority
325325
/// 6. `[s]` User transfer authority, for pool token account
326326
/// 7. `[w]` User account with pool tokens to burn from
@@ -665,7 +665,7 @@ pub enum StakePoolInstruction {
665665
/// 1. `[w]` Validator stake list storage account
666666
/// 2. `[]` Stake pool withdraw authority
667667
/// 3. `[w]` Validator or reserve stake account to split
668-
/// 4. `[w]` Unitialized stake account to receive withdrawal
668+
/// 4. `[w]` Uninitialized stake account to receive withdrawal
669669
/// 5. `[]` User account to set as a new withdraw authority
670670
/// 6. `[s]` User transfer authority, for pool token account
671671
/// 7. `[w]` User account with pool tokens to burn from

0 commit comments

Comments
 (0)