From 99871acff52519a6531652884a58eceaa52ed699 Mon Sep 17 00:00:00 2001 From: Assem Hasna Date: Thu, 20 Feb 2025 07:56:40 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20typo=20=F0=9F=92=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- engine/src/state_chain_observer/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/state_chain_observer/client.rs b/engine/src/state_chain_observer/client.rs index 4bcdeddfdee..5bd69ce75ed 100644 --- a/engine/src/state_chain_observer/client.rs +++ b/engine/src/state_chain_observer/client.rs @@ -101,7 +101,7 @@ impl DefaultRpcClient { #[derive(Error, Debug)] pub enum CreateStateChainClientError { - #[error("Compatibilty error")] + #[error("Compatibility error")] CompatibilityError(BlockCompatibility), }