Skip to content

Commit

Permalink
[easy] [wicket-common] fix typo (#4448)
Browse files Browse the repository at this point in the history
Noticed this in a screenshot recently.
  • Loading branch information
sunshowers authored Nov 7, 2023
1 parent 36708d8 commit 6db8819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wicket-common/src/update_events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6db8819

Please sign in to comment.