Fix typo in evas_map_free doxy.
authorChristopher Michael <cp.michael@samsung.com>
Mon, 7 Jan 2013 09:56:01 +0000 (09:56 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Mon, 7 Jan 2013 09:56:01 +0000 (09:56 +0000)
NB: Can someone please backport this ??

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

src/lib/evas/Evas.h

index 459ea0e..b7d13db 100644 (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.