From f5bbeedb41778ee7cc5fba46b92be5cf2d843cbf Mon Sep 17 00:00:00 2001 From: Sam Blackshear Date: Wed, 5 Oct 2022 10:35:41 -0700 Subject: [PATCH] Update sui_programmability/examples/fungible_tokens/sources/treasury_lock.move --- .../examples/fungible_tokens/sources/treasury_lock.move | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sui_programmability/examples/fungible_tokens/sources/treasury_lock.move b/sui_programmability/examples/fungible_tokens/sources/treasury_lock.move index 098de4259748b..11e9c417bf659 100644 --- a/sui_programmability/examples/fungible_tokens/sources/treasury_lock.move +++ b/sui_programmability/examples/fungible_tokens/sources/treasury_lock.move @@ -30,7 +30,7 @@ module fungible_tokens::treasury_lock { } /// Admin capability for `TreasuryLock`. Bearer has the power to create, ban, - /// and unban mint capaibilties (`MintCap`) + /// and unban mint capabilities (`MintCap`) struct LockAdminCap has key, store { id: UID }