Fix a few more typos

This commit is contained in:
Mikayla
2024-01-17 14:58:58 -08:00
parent 285f4d1be9
commit e6ca92ffa4
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -3116,7 +3116,7 @@ async fn leave_channel_chat(request: proto::LeaveChannelChat, session: Session)
Ok(())
}
/// Retrive the chat history for a channel
/// Retrieve the chat history for a channel
async fn get_channel_messages(
request: proto::GetChannelMessages,
response: Response<proto::GetChannelMessages>,