From 6048a1a507a631163dfc8e446b35c50f2f743258 Mon Sep 17 00:00:00 2001 From: poljar Date: Thu, 29 Apr 2021 15:34:53 +0200 Subject: [PATCH] crypto: Fix a typo Co-authored-by: Jonas Platte --- matrix_sdk_crypto/src/machine.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")