From c8f009a702e2a6ec7a2f6880df0756a7461897cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Mart=C3=ADn?= Date: Thu, 4 Apr 2024 13:28:00 +0200 Subject: [PATCH] fix(owner-onboarding-server): spelling typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix spelling typos Signed-off-by: Miguel Martín --- owner-onboarding-server/src/handlers.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/owner-onboarding-server/src/handlers.rs b/owner-onboarding-server/src/handlers.rs index 7c4f4bf1c..9105c5913 100644 --- a/owner-onboarding-server/src/handlers.rs +++ b/owner-onboarding-server/src/handlers.rs @@ -55,7 +55,7 @@ pub(super) async fn hello_device( return Err(Error::new( ErrorCode::MessageBodyError, messages::v11::to2::HelloDevice::message_type(), - "Invcalid signature info", + "Invalid signature info", ) .into()) } @@ -64,7 +64,7 @@ pub(super) async fn hello_device( return Err(Error::new( ErrorCode::MessageBodyError, messages::v11::to2::HelloDevice::message_type(), - "Invcalid signature info", + "Invalid signature info", ) .into()); }