elocation: fix typos.

This commit is contained in:
Cedric BAIL 2015-01-25 14:23:32 +01:00
parent 762d4fb551
commit 4c537c455c
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ typedef struct _Elocation_Address
* Location information based on the GPS grid. Latitude, longitude and altitude.
* A timestamp is available to calculate the age of the address data.
*/
typedef struct _Elocation_Postion
typedef struct _Elocation_Position
{
unsigned int timestamp; /**< Timestamp of data read out in seconds since epoch */
double latitude;