diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index 95a846a26..3848a5de0 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -1803,7 +1803,7 @@ void dc_forward_msgs (dc_context_t* context, const uint3 /** * Mark messages as presented to the user. - * Typically, UIs call this function on scrolling through the chatlist, + * Typically, UIs call this function on scrolling through the message list, * when the messages are presented at least for a little moment. * The concrete action depends on the type of the chat and on the users settings * (dc_msgs_presented() may be a better name therefore, but well. :)