mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 12:56:30 +03:00
fix some typos
This commit is contained in:
@@ -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.
|
* Must be given in number of seconds since 00:00 hours, Jan 1, 1970 UTC.
|
||||||
* 0 for "all up to now".
|
* 0 for "all up to now".
|
||||||
* @return An array of locations, NULL is never returned.
|
* @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.
|
* 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.
|
* if dc_array_is_independent() returns 0.
|
||||||
* The returned array must be freed using dc_array_unref().
|
* The returned array must be freed using dc_array_unref().
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user