From a8f58ec2cf0699e491c940e3274c5cf233667ae2 Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 7 May 2021 22:34:17 +0300 Subject: [PATCH] deltachat.h: fix a typo --- 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 b6a6415aa..c4fb41f3f 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -2990,7 +2990,7 @@ char* dc_chat_get_name (const dc_chat_t* chat); * * @memberof dc_chat_t * @param chat The chat object. - * @return Path and file if the profile image, if any. + * @return Path and file of the profile image, if any. * NULL otherwise. * Must be released using dc_str_unref() after usage. */