diff --git a/crates/collab/src/db/queries/channels.rs b/crates/collab/src/db/queries/channels.rs index 05f216f3f1..76337381f7 100644 --- a/crates/collab/src/db/queries/channels.rs +++ b/crates/collab/src/db/queries/channels.rs @@ -173,7 +173,7 @@ impl Database { .await } - /// Sets the visibiltity of the given channel. + /// Sets the visibility of the given channel. pub async fn set_channel_visibility( &self, channel_id: ChannelId, diff --git a/crates/collab/src/rpc.rs b/crates/collab/src/rpc.rs index 71f0510a69..cb758f0cac 100644 --- a/crates/collab/src/rpc.rs +++ b/crates/collab/src/rpc.rs @@ -1263,7 +1263,7 @@ async fn rejoin_room( Ok(()) } -/// leave room disonnects from the room. +/// leave room disconnects from the room. async fn leave_room( _: proto::LeaveRoom, response: Response,