diff --git a/crates/matrix-sdk-base/src/rooms/mod.rs b/crates/matrix-sdk-base/src/rooms/mod.rs index cd596f689..47a049411 100644 --- a/crates/matrix-sdk-base/src/rooms/mod.rs +++ b/crates/matrix-sdk-base/src/rooms/mod.rs @@ -18,7 +18,7 @@ use ruma::{ }; use serde::{Deserialize, Serialize}; -/// The name of the room, either from the metadata or calculaetd +/// The name of the room, either from the metadata or calculated /// according to [matrix specification](https://matrix.org/docs/spec/client_server/latest#calculating-the-display-name-for-a-room) #[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize)] pub enum DisplayName {