diff --git a/sdk/program/src/system_instruction.rs b/sdk/program/src/system_instruction.rs index 8b4021f782..26590b2252 100644 --- a/sdk/program/src/system_instruction.rs +++ b/sdk/program/src/system_instruction.rs @@ -218,7 +218,7 @@ pub enum SystemInstruction { /// account balance above the rent exempt reserve or at zero. WithdrawNonceAccount(u64), - /// Drive state of Uninitalized nonce account to Initialized, setting the nonce value + /// Drive state of Uninitialized nonce account to Initialized, setting the nonce value /// /// # Account references /// 0. `[WRITE]` Nonce account