From 44037dd71109b8acba3fbe6f221a8d737658a685 Mon Sep 17 00:00:00 2001 From: bjoern Date: Mon, 15 Jun 2020 21:51:28 +0200 Subject: [PATCH] Update deltachat-ffi/deltachat.h Co-authored-by: Hocuri --- deltachat-ffi/deltachat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index 832ebcdd6..1853bced9 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -766,7 +766,7 @@ uint32_t dc_prepare_msg (dc_context_t* context, uint32_t ch * ~~~ * * If you send images with the DC_MSG_IMAGE type, - * the will be recoded to a reasonable size before sending, if possible + * they will be recoded to a reasonable size before sending, if possible * (cmp the dc_set_config()-option `media_quality`). * If that fails, is not possible, or the image is already small enough, the image is sent as original. * If you want images to be always sent as the original file, use the DC_MSG_FILE type.