Fix typo in evas_map_free doxy.

NB: Can someone please backport this ??

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 82335
This commit is contained in:
Christopher Michael 2013-01-07 09:56:01 +00:00 committed by Christopher Michael
parent 58aec6b1c6
commit bdfe30ea8d
1 changed files with 1 additions and 1 deletions

View File

@ -6573,7 +6573,7 @@ EAPI Evas_Map *evas_map_dup(const Evas_Map *m);
/**
* Free a previously allocated map.
*
* This frees a givem map @p m and all memory associated with it. You must NOT
* This frees a given map @p m and all memory associated with it. You must NOT
* free a map returned by evas_object_map_get() as this is internal.
*
* @param m map to free.