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()); }