fix a typo

This commit is contained in:
Ralf Jung 2022-11-17 21:13:23 +01:00
parent b6097f2e1b
commit ff38c2891d

View File

@ -144,7 +144,7 @@ fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
AlreadyReported(ErrorGuaranteed { .. }) => {
write!(
f,
"an error has already been reported elsewhere (this sould not usually be printed)"
"an error has already been reported elsewhere (this should not usually be printed)"
)
}
Layout(ref err) => write!(f, "{err}"),