cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4c537c455c2f03f52a875277b303e848a87a80e6
commit 4c537c455c2f03f52a875277b303e848a87a80e6 Author: Cedric BAIL <ced...@osg.samsung.com> Date: Sun Jan 25 14:23:32 2015 +0100 elocation: fix typos. --- src/lib/elocation/Elocation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elocation/Elocation.h b/src/lib/elocation/Elocation.h index f1a50e0..4d23493 100644 --- a/src/lib/elocation/Elocation.h +++ b/src/lib/elocation/Elocation.h @@ -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; --