chore: spellcheck

This commit is contained in:
link2xt
2023-10-22 06:53:26 +00:00
parent 0227bbc305
commit defcd5764b
13 changed files with 14 additions and 14 deletions

View File

@@ -2337,7 +2337,7 @@ pub async fn send_msg_sync(context: &Context, chat_id: ChatId, msg: &mut Message
}
async fn send_msg_inner(context: &Context, chat_id: ChatId, msg: &mut Message) -> Result<MsgId> {
// protect all system messages againts RTLO attacks
// protect all system messages against RTLO attacks
if msg.is_system_message() {
msg.text = strip_rtlo_characters(&msg.text);
}