Skip to content

Commit

Permalink
fix(owner-onboarding-server): spelling typos
Browse files Browse the repository at this point in the history
Fix spelling typos

Signed-off-by: Miguel Martín <[email protected]>
  • Loading branch information
mmartinv committed Apr 4, 2024
1 parent 32c6a26 commit 107f132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions owner-onboarding-server/src/handlers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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())
}
Expand All @@ -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());
}
Expand Down

0 comments on commit 107f132

Please sign in to comment.