From 8eb4d9bf080ec4076bbef3b9a76cf65c7599b791 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Fri, 26 Aug 2022 09:28:58 +0200 Subject: [PATCH] fix some typos --- deltachat-ffi/deltachat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index ea342514e..f4d022166 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -2510,9 +2510,9 @@ int dc_set_location (dc_context_t* context, double latit * Must be given in number of seconds since 00:00 hours, Jan 1, 1970 UTC. * 0 for "all up to now". * @return An array of locations, NULL is never returned. - * The array is sorted decending; + * The array is sorted descending; * the first entry in the array is the location with the newest timestamp. - * Note that this is only realated to the recent postion of the user + * Note that this is only related to the recent position of the user * if dc_array_is_independent() returns 0. * The returned array must be freed using dc_array_unref(). *