From 0f04d5bbfd3d9c36913e7a264744effb100f6427 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 1 Oct 2012 09:25:12 +0000 Subject: [PATCH] Evas: Minor doxy fix. SVN revision: 77257 --- legacy/evas/src/lib/Evas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index e5281a4369..67524b2b31 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/src/lib/Evas.h @@ -4385,7 +4385,7 @@ EAPI Eina_Bool evas_object_freeze_events_get(const Evas_Object *obj) EINA_WARN_U * specific effect. For example, to rotate an object around its own center * you would need to take the rotation angle, the coordinates of each corner * of the object and do all the math to get the new set of coordinates that - * need to tbe set in the map. + * need to be set in the map. * * Or you can use this code: * @code