Fix typos across the codebase (thanks codespell!)

This commit is contained in:
Emmanuel Gil Peyrot 2024-05-13 22:54:26 +02:00 committed by Jonas Schäfer
commit 002c2803d4
9 changed files with 9 additions and 9 deletions

View file

@ -28,7 +28,7 @@ pub async fn handle_message_chat<C: ServerConnector>(
let event = match from.clone().try_into_full() {
Err(bare) => {
// TODO: Can a service message be of type Chat/Normal and not Groupchat?
warn!("Received misformed MessageType::Chat in muc#user namespace from a bare JID.");
warn!("Received malformed MessageType::Chat in muc#user namespace from a bare JID.");
Event::ServiceMessage(
message.id.clone(),
bare,