From 0ed5f61a201996792069d7d990f5708879cf0e7e Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sat, 9 Jul 2022 16:16:45 -0600 Subject: [PATCH] typo --- sdk/program/src/secp256k1_recover.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/program/src/secp256k1_recover.rs b/sdk/program/src/secp256k1_recover.rs index e816978de9adf7..408d41b77295c0 100644 --- a/sdk/program/src/secp256k1_recover.rs +++ b/sdk/program/src/secp256k1_recover.rs @@ -235,7 +235,7 @@ impl Secp256k1Pubkey { /// `hash` and `signature`. It will assume they are the the correct lengths and /// pass their pointers to the runtime, which will interpret them as 32-byte and /// 64-byte buffers. If the provided slices are too short, the runtime will read -/// invalid data and attempt to interpet it, most likely returning an error, +/// invalid data and attempt to interpret it, most likely returning an error, /// though in some scenarios it may be possible to incorrectly return /// successfully, or the transaction will abort if the syscall reads data /// outside of the program's memory space. If the provided slices are too long