From 9f6ef2fe629d59d93d227d4561d8f7d5a2fd5f2f Mon Sep 17 00:00:00 2001 From: ch9xy <67190054+ch9xy@users.noreply.github.com> Date: Sat, 30 Sep 2023 09:05:05 +0300 Subject: [PATCH] Typo fix in instruction.rs (#33473) Typo fix --- sdk/program/src/instruction.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/program/src/instruction.rs b/sdk/program/src/instruction.rs index 0aef000866..e68fc198a3 100644 --- a/sdk/program/src/instruction.rs +++ b/sdk/program/src/instruction.rs @@ -152,7 +152,7 @@ pub enum InstructionError { ExecutableDataModified, /// Executable account's lamports modified - #[error("instruction changed the balance of a executable account")] + #[error("instruction changed the balance of an executable account")] ExecutableLamportChange, /// Executable accounts must be rent exempt