From 56df22bca79346ba83f5ae87134420d55631ed46 Mon Sep 17 00:00:00 2001 From: bjoern Date: Thu, 6 Jan 2022 11:38:32 +0100 Subject: [PATCH] Update deltachat-ffi/deltachat.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Asiel Díaz Benítez --- 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 57d07a5bc..4f27819bc 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -3681,7 +3681,7 @@ char* dc_msg_get_filemime (const dc_msg_t* msg); * @memberof dc_msg_t * @param msg The webxdc instance. * @param filename The name inside the archive, - * can be given as a absolute path (`/file.png`) + * can be given as an absolute path (`/file.png`) * or as a relative path (`file.png`, no leading slash) * @param ret_bytes Pointer to a size_t. The size of the blob will be written here. * @return The blob must be released using dc_str_unref() after usage.