From b7188b9b3e92bf5dd19da2b7e2829e50fd5d1aed Mon Sep 17 00:00:00 2001 From: Zorro Date: Fri, 6 Aug 2021 15:37:46 -0400 Subject: [PATCH] examples: Fix small typo (#583) --- .../programs/permissioned-markets/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/permissioned-markets/programs/permissioned-markets/src/lib.rs b/examples/permissioned-markets/programs/permissioned-markets/src/lib.rs index a8e7161b0..25f8e64d1 100644 --- a/examples/permissioned-markets/programs/permissioned-markets/src/lib.rs +++ b/examples/permissioned-markets/programs/permissioned-markets/src/lib.rs @@ -26,7 +26,7 @@ use std::mem::size_of; /// higher level Anchor instruction handers. This is done to keep the example /// consistent with `programs/permissioned-markets-middleware`. A program /// with explicit instruction handlers would work, though then one would lose -/// the middleware abstraction, which may or may not be acceptibl depending on +/// the middleware abstraction, which may or may not be acceptible depending on /// your use case. #[program] pub mod permissioned_markets {