Evas: Minor doxy fix.

SVN revision: 77257
This commit is contained in:
Christopher Michael 2012-10-01 09:25:12 +00:00
parent e430627e7e
commit 0f04d5bbfd
1 changed files with 1 additions and 1 deletions

View File

@ -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