From 6db881937cc4c303c81a6e1ba8bb8c9210a90dba Mon Sep 17 00:00:00 2001 From: Rain Date: Mon, 6 Nov 2023 16:42:15 -0800 Subject: [PATCH] [easy] [wicket-common] fix typo (#4448) Noticed this in a screenshot recently. --- wicket-common/src/update_events.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,