From bdfe30ea8df6cb211d91936b44e26dc0870c4ddf Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 7 Jan 2013 09:56:01 +0000 Subject: [PATCH] Fix typo in evas_map_free doxy. NB: Can someone please backport this ?? Signed-off-by: Christopher Michael SVN revision: 82335 --- src/lib/evas/Evas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/Evas.h b/src/lib/evas/Evas.h index 459ea0e590..b7d13db88a 100644 --- a/src/lib/evas/Evas.h +++ b/src/lib/evas/Evas.h @@ -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.