s/threhsold/threshold/ (#65)

This commit is contained in:
Steven Luscher 2022-11-15 10:49:08 -08:00 committed by GitHub
parent cdbd60b19f
commit 435d6eb15f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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