From d3b15657cc92a63c2c4b9772c5894490dd3c7b37 Mon Sep 17 00:00:00 2001 From: Rain Date: Mon, 6 Nov 2023 13:01:13 -0800 Subject: [PATCH] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20initia?= =?UTF-8?q?l=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Created using spr 1.3.4 --- 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,