dc_receive_imf: fix a typo ("reveive")

This commit is contained in:
link2xt
2021-06-27 20:52:35 +03:00
parent f113b43046
commit a6ad457065

View File

@@ -240,7 +240,7 @@ pub(crate) async fn dc_receive_imf_inner(
context.emit_event(EventType::ChatModified(chat_id));
}
Err(err) => {
warn!(context, "reveive_imf cannot update profile image: {}", err);
warn!(context, "receive_imf cannot update profile image: {}", err);
}
};
}