diff --git a/matrix_sdk_crypto/src/machine.rs b/matrix_sdk_crypto/src/machine.rs index f2b90fa6..a144a3cd 100644 --- a/matrix_sdk_crypto/src/machine.rs +++ b/matrix_sdk_crypto/src/machine.rs @@ -1872,7 +1872,7 @@ pub(crate) mod test { if let MessageType::Text(c) = &content.msgtype { assert_eq!(&c.body, plaintext); } else { - panic!("Decrypted event has a missmatched content"); + panic!("Decrypted event has a mismatched content"); } } else { panic!("Decrypted room event has the wrong type")