elocation: fix typos.
authorCedric BAIL <cedric@osg.samsung.com>
Sun, 25 Jan 2015 13:23:32 +0000 (14:23 +0100)
committerCedric BAIL <cedric@osg.samsung.com>
Sun, 25 Jan 2015 13:23:32 +0000 (14:23 +0100)
src/lib/elocation/Elocation.h

index f1a50e0..4d23493 100644 (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;