From 435d6eb15f10c9e99d81323890bc042cfcaa402f Mon Sep 17 00:00:00 2001 From: Steven Luscher Date: Tue, 15 Nov 2022 10:49:08 -0800 Subject: [PATCH] s/threhsold/threshold/ (#65) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59f224b..1a032ec 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Once the `Multisig` account is created, one can create a `Transaction` account, specifying the parameters for a normal solana transaction. To sign, owners should invoke the `approve` instruction, and finally, -the `execute_transaction`, once enough (i.e. `threhsold`) of the owners have +the `execute_transaction`, once enough (i.e. `threshold`) of the owners have signed. ## Note