Fix error message typo (#23574)
This commit is contained in:
parent
588414a776
commit
37189f20c5
|
@ -82,7 +82,7 @@ pub enum ParsePubkeyError {
|
|||
|
||||
impl From<Infallible> for ParsePubkeyError {
|
||||
fn from(_: Infallible) -> Self {
|
||||
unreachable!("Infallible unihnabited");
|
||||
unreachable!("Infallible uninhabited");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue