From e71cabc8f0a51d0259bf0a96222e1e11e9456ac3 Mon Sep 17 00:00:00 2001 From: poljar Date: Thu, 29 Apr 2021 15:34:04 +0200 Subject: [PATCH] crypto: Fix a typo. Co-authored-by: Jonas Platte --- matrix_sdk_common/src/deserialized_responses.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix_sdk_common/src/deserialized_responses.rs b/matrix_sdk_common/src/deserialized_responses.rs index 9ba75ad7..b3a6d130 100644 --- a/matrix_sdk_common/src/deserialized_responses.rs +++ b/matrix_sdk_common/src/deserialized_responses.rs @@ -89,7 +89,7 @@ pub struct EncryptionInfo { pub verification_state: VerificationState, } -/// A customized version of a room event comming from a sync that holds optional +/// A customized version of a room event coming from a sync that holds optional /// decryption info. #[derive(Clone, Debug, Deserialize, Serialize)] pub struct SyncRoomEvent {