chore: spellcheck

This commit is contained in:
link2xt
2023-07-07 21:56:59 +00:00
parent 9d3b2d4844
commit 243c035b03
3 changed files with 3 additions and 3 deletions

View File

@@ -2202,7 +2202,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);
}