Skip to content

Commit

Permalink
[ot_certs] Fix typo in error string
Browse files Browse the repository at this point in the history
Signed-off-by: Amaury Pouly <[email protected]>
  • Loading branch information
pamaury committed Jan 23, 2024
1 parent 7ec5ae6 commit dec6c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/host/ot_certs/src/asn1/der.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl Der {
match val {
Value::Literal(x) => Ok(x),
Value::Variable(Variable { name, .. }) => bail!(
"cannot push value of variable {name}: the Der generator does not support literals"
"cannot push value of variable {name}: the DER generator does not support variables"
),
}
}
Expand Down

0 comments on commit dec6c29

Please sign in to comment.