diff --git a/wicket-common/src/update_events.rs b/wicket-common/src/update_events.rs index ac840f83ad..e0f9d4b228 100644 --- a/wicket-common/src/update_events.rs +++ b/wicket-common/src/update_events.rs @@ -169,7 +169,7 @@ pub enum UpdateTerminalError { #[source] error: anyhow::Error, }, - #[error("failed to find correctly-singed RoT image")] + #[error("failed to find correctly-signed RoT image")] FailedFindingSignedRotImage { #[source] error: anyhow::Error,