deltachat.h: fix a typo

This commit is contained in:
link2xt
2021-05-07 22:34:17 +03:00
parent d8a2c05c71
commit a8f58ec2cf

View File

@@ -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.
*/