Fix a few more typos

This commit is contained in:
Mikayla 2024-01-17 14:58:58 -08:00
parent 285f4d1be9
commit e6ca92ffa4
No known key found for this signature in database
7 changed files with 8 additions and 8 deletions

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>,