chore: fix typos

Applied fixes suggested by scripts/codespell.sh
This commit is contained in:
link2xt
2024-12-02 16:01:27 +00:00
committed by l
parent 587ea02ffa
commit 191eb7efdd
23 changed files with 35 additions and 35 deletions

View File

@@ -618,7 +618,7 @@ impl TestContext {
.filter(|msg| msg.chat_id != DC_CHAT_ID_TRASH)
}
/// Recevies a message and asserts that it goes to trash chat.
/// Receives a message and asserts that it goes to trash chat.
pub async fn recv_msg_trash(&self, msg: &SentMessage<'_>) {
let received = receive_imf(self, msg.payload().as_bytes(), false)
.await