From: seoz Date: Tue, 12 Jun 2012 01:50:06 +0000 (+0000) Subject: evas Evas.h: Fixed typo. X-Git-Tag: submit/trunk/20120815.174732~249 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d2ca0977b299a148d1525e19b694b6062ae0057;p=profile%2Fivi%2Fevas.git evas Evas.h: Fixed typo. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@71971 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Evas.h b/src/lib/Evas.h index c0a85e2..8f49b55 100644 --- a/src/lib/Evas.h +++ b/src/lib/Evas.h @@ -3174,8 +3174,7 @@ EAPI Eina_Bool evas_object_focus_get (const Evas_Object *obj /** - * Sets the layer of the its canvas that the given object will be part - * of. + * Sets the layer of its canvas that the given object will be part of. * * @param obj The given Evas object. * @param l The number of the layer to place the object on. @@ -3202,7 +3201,7 @@ EAPI void evas_object_layer_set (Evas_Object *obj, shor * Retrieves the layer of its canvas that the given object is part of. * * @param obj The given Evas object to query layer from - * @return Number of the its layer + * @return Number of its layer * * @see evas_object_layer_set() */