crypto: Fix a typo.

Co-authored-by: Jonas Platte <jplatte@users.noreply.github.com>
master
poljar 2021-04-29 15:34:04 +02:00 committed by GitHub
parent 22b333a0d9
commit e71cabc8f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {